Home
last modified time | relevance | path

Searched refs:mallctl (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake124 /* Define to 1 if you have the `mallctl' function. */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProcess.inc101 if (mallctl("stats.allocated", &alloc, &sz, NULL, 0) == 0)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProcess.inc104 if (mallctl("stats.allocated", &alloc, &sz, NULL, 0) == 0)
/third_party/rust/crates/libc/libc-test/semver/
Dfreebsd.txt1684 mallctl
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4336 pub fn mallctl( in mallctl() function