31 #ifndef SRC_SIM_MEM_STATE_HH
32 #define SRC_SIM_MEM_STATE_HH
52 Addr next_thread_stack_base,
Addr mmap_end)
void setBrkPoint(Addr brk_point)
Addr getStackBase() const
void setMaxStackSize(Addr max_stack)
MemState & operator=(const MemState &in)
void setStackBase(Addr stack_base)
Addr getMaxStackSize() const
void setMmapEnd(Addr mmap_end)
Addr getNextThreadStackBase() const
Addr _nextThreadStackBase
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
This class holds the memory state for the Process class and all of its derived, architecture-specific...
void setNextThreadStackBase(Addr ntsb)
void setStackMin(Addr stack_min)
void setStackSize(Addr stack_size)
MemState(Addr brk_point, Addr stack_base, Addr max_stack_size, Addr next_thread_stack_base, Addr mmap_end)
Addr getStackSize() const