Home
last modified time | relevance | path

Searched defs:malloc_usable_size (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
Dmalloc_usable_size.c6 size_t malloc_usable_size(void *p) in malloc_usable_size() function
/third_party/musl/porting/linux/user/src/malloc/mallocng/
Dmalloc_usable_size.c8 size_t malloc_usable_size(void *p) in malloc_usable_size() function
/third_party/musl/src/malloc/mallocng/
Dmalloc_usable_size.c9 size_t malloc_usable_size(void *p) in malloc_usable_size() function
/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c155 size_t malloc_usable_size(void* addr) in malloc_usable_size() function
Dmusl_malloc_dispatch.h48 MallocMallocUsableSizeType malloc_usable_size; member
/third_party/musl/src/hook/linux/
Dmalloc_common.c193 size_t malloc_usable_size(void* addr) in malloc_usable_size() function
Dmusl_malloc_dispatch.h70 MallocMallocUsableSizeType malloc_usable_size; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs879 pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t; in malloc_usable_size() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1439 pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t; in malloc_usable_size() function
/third_party/rust/crates/libc/src/
Dwasi.rs464 pub fn malloc_usable_size(ptr: *mut c_void) -> size_t; in malloc_usable_size() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1698 pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t; in malloc_usable_size() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1578 pub fn malloc_usable_size(ptr: *const ::c_void) -> ::size_t; in malloc_usable_size() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3676 pub fn malloc_usable_size(ptr: *const ::c_void) -> ::size_t; in malloc_usable_size() function
/third_party/rust/crates/libc/src/unix/hurd/
Dmod.rs4445 pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t; in malloc_usable_size() function