Searched refs:hint (Results 1 – 3 of 3) sorted by relevance
399 void *TEE_Malloc(uint32_t len, uint32_t hint) in TEE_Malloc() argument404 if (hint == TEE_MALLOC_FILL_ZERO) in TEE_Malloc()406 else if (hint == TEE_USER_MEM_HINT_NO_FILL_ZERO) in TEE_Malloc()409 EMSG("Invalid hint %#" PRIx32, hint); in TEE_Malloc()
94 void *TEE_Malloc(uint32_t size, uint32_t hint);
1538 * Fix a flawed bounds check in server PSK hint parsing. In case the
Completed in 10 milliseconds