Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/arch/arm/
A Dtcb.c79 #define TCB_SIZE(tls_size) (sizeof(*_tcb) + (tls_size)) macro
114 _tcb = realloc(_tcb, TCB_SIZE(total_size)); in __utee_tcb_init()
116 EMSG("TCB allocation failed (%zu bytes)", TCB_SIZE(total_size)); in __utee_tcb_init()

Completed in 2 milliseconds