Home
last modified time | relevance | path

Searched defs:mallopt (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.h22 #define mallopt(arg1, arg2) do { } while (0); macro
/third_party/musl/porting/linux/user/src/hook/
Dmusl_malloc_dispatch.h54 MalloptType mallopt; member
/third_party/musl/porting/linux/user/src/malloc/mallocng/
Dmalloc.c466 int mallopt(int param, int value) in mallopt() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1190 pub fn mallopt(param: ::c_int, value: ::c_int) -> ::c_int; in mallopt() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs3082 pub fn mallopt(param: ::c_int, value: i64) -> ::c_int; in mallopt() function