Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core/
H A Dalloc.c37 #define TEE_USER_MEM_HINT_NO_FILL_ZERO 0x80000000 macro
85 return TEE_Malloc(size, TEE_USER_MEM_HINT_NO_FILL_ZERO); in lws_malloc()
95 void *ptr = TEE_Malloc(size, TEE_USER_MEM_HINT_NO_FILL_ZERO); in lws_zalloc()

Completed in 1 milliseconds