Searched refs:malloc_size (Results 1 – 8 of 8) sorted by relevance
112 INTERCEPTOR(uptr, malloc_size, void *ptr) { in INTERCEPTOR() argument115 return REAL(malloc_size)(ptr); in INTERCEPTOR()
57 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@malloc_size(
265 size_t malloc_size(size_t);
315 return (malloc_size(size)); in kmalloc_size_roundup()
341 * Defined if malloc_size is supported
1101 malloc_size(size_t size) in malloc_size() function
1067 AC_CHECK_FUNC([malloc_size],1069 public_syms="${public_syms} malloc_size"])
27931 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))