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

Method CeFree

IDEHelper/Compiler/CeMachine.cpp:3888–3896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3886}
3887
3888bool CeContext::CeFree(addr_ce addr)
3889{
3890#ifdef CE_ENABLE_HEAP
3891 ContiguousHeap::AllocRef heapRef = addr - mStackSize;
3892 return mHeap->Free(heapRef);
3893#else
3894 return true;
3895#endif
3896}
3897
3898addr_ce CeContext::CeAllocArray(BfArrayType* arrayType, int count, addr_ce& elemsAddr)
3899{

Callers 1

TypedValueToStringMethod · 0.80

Calls 1

FreeMethod · 0.45

Tested by

no test coverage detected