MCPcopy 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
153private:
154

Callers 3

check_expiredMethod · 0.80
WakeupTimeoutMethod · 0.80
KqueueGetTimeoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected