Home | History | Annotate | Download | only in src

Lines Matching refs:malloc_usable_size

653 #define dlmalloc_usable_size   malloc_usable_size
956 malloc_usable_size(void* p);
963 programming practice. malloc_usable_size can be more useful in
967 assert(malloc_usable_size(p) >= 256);