Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Demutls.c348 static __inline uintptr_t emutls_asize(uintptr_t N) { in emutls_asize() function
359 array = (emutls_address_array *)malloc(emutls_asize(new_size)); in emutls_get_address_array()
368 array = (emutls_address_array *)realloc(array, emutls_asize(new_size)); in emutls_get_address_array()