Home | History | Annotate | Download | only in mpreal

Lines Matching refs:malloc_usable_size

771 #define dlmalloc_usable_size   malloc_usable_size

1101 malloc_usable_size(void* p);
1108 malloc_usable_size can be more useful in
1112 assert(malloc_usable_size(p) >= 256);
1246 malloc_usable_size(void* p) behaves the same as malloc_usable_size;