Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:malloc_usable_size

829 #define dlmalloc_usable_size   malloc_usable_size
1247 malloc_usable_size(void* p);
1254 programming practice. malloc_usable_size can be more useful in
1258 assert(malloc_usable_size(p) >= 256);
1395 malloc_usable_size(void* p) behaves the same as malloc_usable_size;