ReactOS 0.4.15-dev-8100-g1887773
pool_arena Struct Reference
Collaboration diagram for pool_arena:

Public Attributes

struct list entry
 
charcurrent
 
charend
 

Detailed Description

Definition at line 36 of file storage.c.

Member Data Documentation

◆ current

char* pool_arena::current

Definition at line 39 of file storage.c.

Referenced by pool_alloc(), and pool_destroy().

◆ end

char* pool_arena::end

Definition at line 40 of file storage.c.

Referenced by pool_alloc(), and pool_destroy().

◆ entry

struct list pool_arena::entry

Definition at line 38 of file storage.c.

Referenced by pool_alloc(), and pool_destroy().


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