Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ HeapTop
Method
HeapTop
adapter/micro_thread/heap.h:149–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
};
148
149
HeapEntry* HeapTop() {
150
return (_count > 0) ? _list[1] : NULL;
151
};
152
153
private:
154
Callers
3
check_expired
Method · 0.80
WakeupTimeout
Method · 0.80
KqueueGetTimeout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected