ReactOS 0.4.15-dev-7918-g2a2556c
_HEAP_LIST_LOOKUP Struct Reference

#include <heap.h>

Collaboration diagram for _HEAP_LIST_LOOKUP:

Public Attributes

struct _HEAP_LIST_LOOKUPExtendedLookup
 
ULONG ArraySize
 
ULONG ExtraItem
 
ULONG ItemCount
 
ULONG OutOfRangeItems
 
ULONG BaseIndex
 
PLIST_ENTRY ListHead
 
PULONG ListsInUseUlong
 
PLIST_ENTRYListHints
 

Detailed Description

Definition at line 193 of file heap.h.

Member Data Documentation

◆ ArraySize

ULONG _HEAP_LIST_LOOKUP::ArraySize

Definition at line 196 of file heap.h.

◆ BaseIndex

ULONG _HEAP_LIST_LOOKUP::BaseIndex

Definition at line 200 of file heap.h.

◆ ExtendedLookup

struct _HEAP_LIST_LOOKUP* _HEAP_LIST_LOOKUP::ExtendedLookup

Definition at line 195 of file heap.h.

◆ ExtraItem

ULONG _HEAP_LIST_LOOKUP::ExtraItem

Definition at line 197 of file heap.h.

◆ ItemCount

ULONG _HEAP_LIST_LOOKUP::ItemCount

Definition at line 198 of file heap.h.

◆ ListHead

PLIST_ENTRY _HEAP_LIST_LOOKUP::ListHead

Definition at line 201 of file heap.h.

◆ ListHints

PLIST_ENTRY* _HEAP_LIST_LOOKUP::ListHints

Definition at line 203 of file heap.h.

◆ ListsInUseUlong

PULONG _HEAP_LIST_LOOKUP::ListsInUseUlong

Definition at line 202 of file heap.h.

◆ OutOfRangeItems

ULONG _HEAP_LIST_LOOKUP::OutOfRangeItems

Definition at line 199 of file heap.h.


The documentation for this struct was generated from the following file: