Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/includes/
Dmemutils.h32 #define ENABLE_CALLOC_CHECK 0x04 macro
36 ENABLE_CALLOC_CHECK | ENABLE_REALLOC_CHECK | ENABLE_FREE_CHECK
Dmemutils.c174 if ((enable_selective_overload & ENABLE_CALLOC_CHECK) != ENABLE_CALLOC_CHECK) { in calloc()