Searched refs:secureheapBLOCK_SIZE_IS_VALID (Results 1 – 11 of 11) sorted by relevance
77 #define secureheapBLOCK_SIZE_IS_VALID( xBlockSize ) ( ( ( xBlockSize ) & secureheapBLOCK_ALLOCAT… macro314 if( secureheapBLOCK_SIZE_IS_VALID( xWantedSize ) != 0 ) in pvPortMalloc()