Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dealloc
Method · 0.45
stub
Method · 0.45
join
Method · 0.45
Calls
1
emplace_back
Method · 0.45
Tested by
no test coverage detected