12 #ifndef SSTMAC_SOFTWARE_THREADING_STACKALLOC_CHUNK_H_INCLUDED 13 #define SSTMAC_SOFTWARE_THREADING_STACKALLOC_CHUNK_H_INCLUDED size_t size_
The total size of my allocation.
bool use_mprot_
Are we putting mprot pages between allocations or not?
chunk(size_t stacksize, size_t suggested_chunk_size, bool use_mprot)
Make a new chunk.
A chunk of allocated memory to be divided into fixed-size stacks.
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
size_t stacksize_
The target size of each open (unprotected) stack region.
size_t next_stack_
Next stack (for get_next_stack).
char * addr_
The base address of my memory region.