Home
last modified time | relevance | path

Searched refs:HeapEntry (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dheap.h39 class HeapEntry; variable
45 class HeapEntry
53 HeapEntry():_index(0){}; in HeapEntry() function
54 virtual ~HeapEntry(){}; in ~HeapEntry()
96 HeapEntry** _list;
104 _list = (HeapEntry**)malloc (sizeof(HeapEntry*) * (_max+1));
123 HeapEntry** new_list = (HeapEntry**)malloc(sizeof(HeapEntry*) * (size+1)); in HeapResize()
137 int HeapPush(HeapEntry* entry);
139 HeapEntry* HeapPop();
149 HeapEntry* HeapTop() { in HeapTop()
[all …]
H A Dheap_timer.h33 class CTimerNotify : public HeapEntry
H A Dmicro_thread.h103 class Thread : public HeapEntry