Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core/
Dalloc.c13 #define TEE_USER_MEM_HINT_NO_FILL_ZERO 0x80000000 macro
61 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()