Searched refs:mallopt (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/private/ |
D | bionic_malloc_dispatch.h | 74 MallocMallopt mallopt; member
|
/bionic/libc/include/ |
D | malloc.h | 82 int mallopt(int __option, int __value) __INTRODUCED_IN(26);
|
/bionic/libc/bionic/ |
D | malloc_common.cpp | 71 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/ |
D | malloc_hooks.cpp | 173 return g_dispatch->mallopt(param, value); in hooks_mallopt()
|
/bionic/libc/malloc_hooks/tests/ |
D | malloc_hooks_tests.cpp | 188 EXPECT_EQ(0, mallopt(-1000, -1000)); in TEST_F()
|
/bionic/docs/ |
D | status.md | 73 * `mallopt`
|
/bionic/tests/ |
D | malloc_test.cpp | 496 ASSERT_EQ(0, mallopt(-1000, 1)); in TEST()
|
/bionic/libc/malloc_debug/ |
D | malloc_debug.cpp | 706 return g_dispatch->mallopt(param, value); in debug_mallopt()
|
/bionic/libc/ |
D | libc.arm64.map | 1205 mallopt; # introduced=26
|
D | libc.x86_64.map | 1205 mallopt; # introduced=26
|
D | libc.mips64.map | 1205 mallopt; # introduced=26
|
D | libc.x86.map | 1266 mallopt; # introduced=26
|
D | libc.mips.map | 1268 mallopt; # introduced=26
|
D | libc.arm.map | 1284 mallopt; # introduced=26
|
D | libc.map.txt | 1309 mallopt; # introduced=26
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 136 mallopt,
|