Searched refs:sos_memory (Results 1 – 1 of 1) sorted by relevance
44 static alignas(MAX_ALIGN) char sos_memory[SOS_MEMORY_SIZE]; variable56 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()