Home
last modified time | relevance | path

Searched refs:_aligned_blocks (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dmemalign.c48 for (l = _aligned_blocks; l != NULL; l = l->next)
60 l->next = _aligned_blocks;
61 _aligned_blocks = l;
H A Dgmalloc.c203 extern struct alignlist *_aligned_blocks;
755 struct alignlist *_aligned_blocks = NULL; variable
921 for (l = _aligned_blocks; l != NULL; l = l->next)
1332 for (l = _aligned_blocks; l != NULL; l = l->next)
1344 l->next = _aligned_blocks;
1345 _aligned_blocks = l;
H A Dfree.c34 struct alignlist *_aligned_blocks = NULL; variable
200 for (l = _aligned_blocks; l != NULL; l = l->next)
H A Dmalloc.h201 extern struct alignlist *_aligned_blocks;