Searched refs:malloc_usable_size (Results 1 – 5 of 5) sorted by relevance
50 size_t malloc_usable_size(const void *);
133 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument138 INTERCEPT_FUNCTION(malloc_usable_size)
3789 malloc_usable_size(const void *ptr) in malloc_usable_size() function
336 # define MALLOC_SIZE(p) malloc_usable_size(p)
26469 # define SQLITE_MALLOCSIZE(x) malloc_usable_size(x)