Home
last modified time | relevance | path

Searched refs:mallopt (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/private/
Dbionic_malloc_dispatch.h74 MallocMallopt mallopt; member
/bionic/libc/include/
Dmalloc.h82 int mallopt(int __option, int __value) __INTRODUCED_IN(26);
/bionic/libc/bionic/
Dmalloc_common.cpp71 Malloc(mallopt),
112 extern "C" int mallopt(int param, int value) { in mallopt() function
113 auto _mallopt = __libc_globals->malloc_dispatch.mallopt; in mallopt()
117 return Malloc(mallopt)(param, value); in mallopt()
287 if (!InitMallocFunction<MallocMallopt>(impl_handler, &table->mallopt, prefix, "mallopt")) { in InitMallocFunctions()
/bionic/libc/malloc_hooks/
Dmalloc_hooks.cpp173 return g_dispatch->mallopt(param, value); in hooks_mallopt()
/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp188 EXPECT_EQ(0, mallopt(-1000, -1000)); in TEST_F()
/bionic/docs/
Dstatus.md73 * `mallopt`
/bionic/tests/
Dmalloc_test.cpp496 ASSERT_EQ(0, mallopt(-1000, 1)); in TEST()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp706 return g_dispatch->mallopt(param, value); in debug_mallopt()
/bionic/libc/
Dlibc.arm64.map1205 mallopt; # introduced=26
Dlibc.x86_64.map1205 mallopt; # introduced=26
Dlibc.mips64.map1205 mallopt; # introduced=26
Dlibc.x86.map1266 mallopt; # introduced=26
Dlibc.mips.map1268 mallopt; # introduced=26
Dlibc.arm.map1284 mallopt; # introduced=26
Dlibc.map.txt1309 mallopt; # introduced=26
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp136 mallopt,