malloc_usable_size
size_t malloc_usable_size(const void *ptr);
#define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
# define je_malloc_usable_size malloc_usable_size
__weak_reference(__malloc_usable_size, malloc_usable_size);
return (malloc_usable_size(ptr));
size_t malloc_usable_size(const void *);
ATF_REQUIRE(malloc_usable_size(b) >= bitstr_size(nbits));