Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-simple/
A Dalloc.c136 static struct alignlist *_aligned_blocks; variable
147 for (l = _aligned_blocks; l != NULL; l = l->next) { in __libc_free_aligned()
183 for (l = _aligned_blocks; l != NULL; l = l->next) in memalign()
194 l->next = _aligned_blocks; in memalign()
195 _aligned_blocks = l; in memalign()

Completed in 4 milliseconds