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

Method Alloc

BeefRT/rt/Thread.h:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 BFRT_EXPORT static void MemoryBarrier();
73
74 static Thread* Alloc()
75 {
76 return BFRTCALLBACKS.Thread_Alloc();
77 }
78
79 BfInternalThread* GetInternalThread()
80 {

Callers 1

Dbg_ObjectAllocMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected