Home
last modified time | relevance | path

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

/optee_os/ta/
H A Duser_ta_header.c121 uint8_t ta_heap[TA_DATA_SIZE]; variable
122 const size_t ta_heap_size = sizeof(ta_heap);
/optee_os/lib/libutee/
H A Duser_ta_entry.c32 extern uint8_t ta_heap[];
180 malloc_add_pool(ta_heap, ta_heap_size); in init_instance()