HomeSort by relevance Sort by last modified time
    Searched defs:mallopt (Results 1 - 5 of 5) sorted by null

  /external/ltp/utils/benchmark/ebizzy-0.3/
ebizzy.h 22 #define mallopt(arg1, arg2) do { } while (0); macro
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 149 void mallopt() { function
  /bionic/libc/private/
bionic_malloc_dispatch.h 74 MallocMallopt mallopt; member in struct:MallocDispatch
  /bionic/libc/bionic/
malloc_common.cpp 71 Malloc(mallopt),
112 extern "C" int mallopt(int param, int value) { function
113 auto _mallopt = __libc_globals->malloc_dispatch.mallopt;
117 return Malloc(mallopt)(param, value);
287 if (!InitMallocFunction<MallocMallopt>(impl_handler, &table->mallopt, prefix, "mallopt")) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 46 #define mallopt(a, b) macro
102 extern "C" int mallopt(int param, int value);
    [all...]

Completed in 305 milliseconds