HomeSort by: relevance | last modified time | path
    Searched defs:_aligned_blocks (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
free.c 34 struct alignlist *_aligned_blocks = NULL; variable in typeref:struct:alignlist
200 for (l = _aligned_blocks; l != NULL; l = l->next)
gmalloc.c 203 extern struct alignlist *_aligned_blocks;
756 struct alignlist *_aligned_blocks = NULL;
922 for (l = _aligned_blocks; l != NULL; l = l->next)
1333 for (l = _aligned_blocks; l != NULL; l = l->next)
1345 l->next = _aligned_blocks;
1346 _aligned_blocks = l;
755 struct alignlist *_aligned_blocks = NULL; variable in typeref:struct:alignlist

Completed in 26 milliseconds