Home
last modified time | relevance | path

Searched refs:M_FREE_MALLOC_LEAK_INFO (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/platform/bionic/
Dmalloc.h86 M_FREE_MALLOC_LEAK_INFO = 7, enumerator
87 #define M_FREE_MALLOC_LEAK_INFO M_FREE_MALLOC_LEAK_INFO macro
/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp517 if (opcode == M_FREE_MALLOC_LEAK_INFO) { in android_mallopt()
573 android_mallopt(M_FREE_MALLOC_LEAK_INFO, &leak_info, sizeof(leak_info)); in free_malloc_leak_info()
/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp209 ASSERT_TRUE(android_mallopt(M_FREE_MALLOC_LEAK_INFO, &leak_info, sizeof(leak_info))); in TEST_F()