Searched refs:malloc_usable_size (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Djemalloc.c3886 malloc_usable_size(const void *ptr) function
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15174 ** Windows systems have malloc_usable_size() but it is called _msize()
15178 # define malloc_usable_size _msize macro
15207 #define SQLITE_MALLOCSIZE(x) malloc_usable_size(x)
[all...]

Completed in 335 milliseconds