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

Method put

thread/stack-allocator.cpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 return nullptr;
87 }
88 void put(void* ptr) { pool.emplace_back(ptr); }
89 };
90
91 // get_slot(length) returns first slot that larger or equal to length

Callers 3

deallocMethod · 0.45
stubMethod · 0.45
joinMethod · 0.45

Calls 1

emplace_backMethod · 0.45

Tested by

no test coverage detected