ReactOS 0.4.17-dev-243-g1369312
_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 201 of file heap.h.

Member Data Documentation

◆ ArraySize

ULONG _HEAP_LIST_LOOKUP::ArraySize

Definition at line 204 of file heap.h.

◆ BaseIndex

ULONG _HEAP_LIST_LOOKUP::BaseIndex

Definition at line 208 of file heap.h.

◆ ExtendedLookup

struct _HEAP_LIST_LOOKUP* _HEAP_LIST_LOOKUP::ExtendedLookup

Definition at line 203 of file heap.h.

◆ ExtraItem

ULONG _HEAP_LIST_LOOKUP::ExtraItem

Definition at line 205 of file heap.h.

◆ ItemCount

ULONG _HEAP_LIST_LOOKUP::ItemCount

Definition at line 206 of file heap.h.

◆ ListHead

PLIST_ENTRY _HEAP_LIST_LOOKUP::ListHead

Definition at line 209 of file heap.h.

◆ ListHints

PLIST_ENTRY* _HEAP_LIST_LOOKUP::ListHints

Definition at line 211 of file heap.h.

◆ ListsInUseUlong

PULONG _HEAP_LIST_LOOKUP::ListsInUseUlong

Definition at line 210 of file heap.h.

◆ OutOfRangeItems

ULONG _HEAP_LIST_LOOKUP::OutOfRangeItems

Definition at line 207 of file heap.h.


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