Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 delete
Method · 0.85
operator delete
Method · 0.85
Calls
1
stackful_free
Method · 0.80
Tested by
no test coverage detected