Home
last modified time | relevance | path

Searched defs:malloc_size (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim_override_libc_symbols.h76 SHIM_ALWAYS_EXPORT size_t malloc_size(const void* address) __THROW { in malloc_size() function
/external/kernel-headers/original/uapi/linux/
Dcciss_ioctl.h53 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member
/external/python/cpython3/Modules/
D_testcapimodule.c3964 size_t malloc_size; member
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5871 pub fn malloc_size(ptr: *const ::c_void) -> ::size_t; in malloc_size() function