Searched refs:TEE_USER_MEM_HINT_NO_FILL_ZERO (Results 1 – 1 of 1) sorted by relevance
13 #define TEE_USER_MEM_HINT_NO_FILL_ZERO 0x80000000 macro61 return TEE_Malloc(size, TEE_USER_MEM_HINT_NO_FILL_ZERO); in lws_malloc()71 void *ptr = TEE_Malloc(size, TEE_USER_MEM_HINT_NO_FILL_ZERO); in lws_zalloc()