Searched refs:_aligned_blocks (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/lib/libmalloc/
H A Dmemalign.c41 for (l = _aligned_blocks; l != NULL; l = l->next)
56 l->next = _aligned_blocks;
57 _aligned_blocks = l;
H A Dfree.c32 struct alignlist *_aligned_blocks = NULL; variable in typeref:struct:alignlist
198 for (l = _aligned_blocks; l != NULL; l = l->next)
H A Dmalloc.h193 extern struct alignlist *_aligned_blocks;

Completed in 49 milliseconds