Home
last modified time | relevance | path

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

/third_party/libunwind/src/mi/
Dmempool.c44 static alignas(MAX_ALIGN) char sos_memory[SOS_MEMORY_SIZE]; variable
56 assert(((uintptr_t) &sos_memory[0] & (MAX_ALIGN-1)) == 0); in sos_alloc()
60 assert (((uintptr_t) &sos_memory[pos] & (MAX_ALIGN-1)) == 0); in sos_alloc()
63 return &sos_memory[pos]; in sos_alloc()