MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / Resume

Method Resume

src/SB/Core/x/xRMemData.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54RyzMemGrow* RyzMemGrow::Resume(xBase*)
55{
56 this->amt = this->amt_last;
57 this->ptr = this->ptr_last;
58 this->user = this->user_last;
59 this->flg_grow = 0b11;
60 return this;
61}
62
63void RyzMemGrow::Done()
64{

Callers 2

TranGoalMethod · 0.45
GrowDataEnableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected