Searched defs:malloc_usable_size (Results 1 – 3 of 3) sorted by relevance
57 #define malloc_usable_size(p) malloc_size(p) macro
93 #define malloc_usable_size(p) dlmalloc_usable_size(p) macro101 #define malloc_usable_size(p) malloc_size(p) macro
232 size_t malloc_usable_size(const void *ptr) __THROW in malloc_usable_size() function