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

Function stackful_malloc

thread/thread.cpp:2154–2156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2152 }
2153
2154 void* stackful_malloc(size_t size) {
2155 return CURRENT->stackful_malloc(size);
2156 }
2157
2158 void stackful_free(void* ptr) {
2159 CURRENT->stackful_free(ptr);

Callers 2

operator newMethod · 0.85
operator newMethod · 0.85

Calls 1

stackful_mallocMethod · 0.80

Tested by

no test coverage detected