Home
last modified time | relevance | path

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

/optee_os/ta/
H A Duser_ta_header.c122 const size_t ta_heap_size = sizeof(ta_heap); variable
/optee_os/lib/libutee/
H A Duser_ta_entry.c33 extern const size_t ta_heap_size;
180 malloc_add_pool(ta_heap, ta_heap_size); in init_instance()