Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_client_api.h161 #define AllocateTempMemory(temp_mem, size) \ argument
162 temp_mem = malloc(size)
165 #define ReleaseTempMemory(temp_mem) \ argument
167 if (temp_mem != NULL) { \
168 free(temp_mem); \
169 temp_mem = NULL; \