Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dexported64.map16 debug_mallopt;
Dexported32.map16 debug_mallopt;
Dmalloc_debug.cpp80 int debug_mallopt(int param, int value);
643 int debug_mallopt(int param, int value) { in debug_mallopt() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp61 int debug_mallopt(int, int);
1479 TEST_F(MallocDebugTest, debug_mallopt) { in TEST_F() argument
1485 EXPECT_EQ(0, debug_mallopt(-1000, 1)); in TEST_F()