MCPcopy Create free account
hub / github.com/beefytech/Beef / BlContext_SetStack

Function BlContext_SetStack

IDEHelper/Linker/BlContext.cpp:3915–3921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3913}
3914
3915BF_EXPORT void BF_CALLTYPE BlContext_SetStack(BlContext* blContext, int reserve, int commit)
3916{
3917 if (reserve > 0)
3918 blContext->mStackReserve = BF_ALIGN(reserve, 4);
3919 if (commit > 0)
3920 blContext->mStackCommit = BF_ALIGN(commit, 4);
3921}
3922
3923BF_EXPORT void BF_CALLTYPE BlContext_SetHeap(BlContext* blContext, int reserve, int commit)
3924{

Callers 1

HandleParamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected