Home
last modified time | relevance | path

Searched refs:debug_mallopt (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/
Dexported64.map19 debug_mallopt;
Dexported32.map19 debug_mallopt;
Dmalloc_debug.cpp95 int debug_mallopt(int param, int value);
824 int debug_mallopt(int param, int value) { in debug_mallopt() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp70 int debug_mallopt(int, int);
2077 TEST_F(MallocDebugTest, debug_mallopt) { in TEST_F() argument
2083 EXPECT_EQ(0, debug_mallopt(-1000, 1)); in TEST_F()