Home
last modified time | relevance | path

Searched refs:ENABLE_MALLOC_CHECK (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/includes/
Dmemutils.h31 #define ENABLE_MALLOC_CHECK 0x02 macro
35 #define ENABLE_ALL ENABLE_MEMALIGN_CHECK | ENABLE_MALLOC_CHECK |\
Dmemutils.c162 if ((enable_selective_overload & ENABLE_MALLOC_CHECK) != ENABLE_MALLOC_CHECK) { in malloc()