Home
last modified time | relevance | path

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

/reactos/base/shell/cmd/
H A Dcmddbg.c19 static LIST_ENTRY alloc_list_head = {&alloc_list_head, &alloc_list_head}; variable
103 InsertTailList(&alloc_list_head, &info->list_entry); in add_mem_to_list()
120 entry = alloc_list_head.Flink; in dump_mem_list()
121 while (entry != &alloc_list_head) in dump_mem_list()