MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / stackful_free

Function stackful_free

thread/thread.cpp:2158–2160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2156 }
2157
2158 void stackful_free(void* ptr) {
2159 CURRENT->stackful_free(ptr);
2160 }
2161
2162 void set_photon_thread_stack_allocator(
2163 Delegate<void *, size_t> _photon_thread_alloc,

Callers 2

operator deleteMethod · 0.85
operator deleteMethod · 0.85

Calls 1

stackful_freeMethod · 0.80

Tested by

no test coverage detected