Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/includes/
Dmemutils.h30 #define ENABLE_MEMALIGN_CHECK 0x01 macro
35 #define ENABLE_ALL ENABLE_MEMALIGN_CHECK | ENABLE_MALLOC_CHECK |\
Dmemutils.c91 if ((enable_selective_overload & ENABLE_MEMALIGN_CHECK) != ENABLE_MEMALIGN_CHECK) { in memalign()