Home
last modified time | relevance | path

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

/third_party/libunwind/src/mi/
Dmempool.c44 static alignas(MAX_ALIGN) char sos_memory[SOS_MEMORY_SIZE];
61 assert ((pos+size) <= SOS_MEMORY_SIZE); in sos_alloc()
/third_party/libunwind/include/
Dlibunwind_i.h217 #define SOS_MEMORY_SIZE 16384 /* see src/mi/mempool.c */ macro