ReactOS 0.4.15-dev-7788-g1ad9096
pool Struct Reference

#include <dbghelp_private.h>

Collaboration diagram for pool:

Public Attributes

struct list arena_list
 
struct list arena_full
 
size_t arena_size
 

Detailed Description

Definition at line 52 of file dbghelp_private.h.

Member Data Documentation

◆ arena_full

struct list pool::arena_full

Definition at line 55 of file dbghelp_private.h.

Referenced by pool_alloc(), and pool_destroy().

◆ arena_list

struct list pool::arena_list

Definition at line 54 of file dbghelp_private.h.

Referenced by pool_alloc(), and pool_destroy().

◆ arena_size

size_t pool::arena_size

Definition at line 56 of file dbghelp_private.h.

Referenced by pool_alloc().


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