ReactOS 0.4.15-dev-7942-gd23573b
small_pool_struct Union Reference
Collaboration diagram for small_pool_struct:

Public Attributes

struct {
   small_pool_ptr   next
 
   size_t   bytes_used
 
   size_t   bytes_left
 
hdr
 
ALIGN_TYPE dummy
 

Detailed Description

Definition at line 92 of file jmemmgr.c.

Member Data Documentation

◆ bytes_left

size_t small_pool_struct::bytes_left

Definition at line 96 of file jmemmgr.c.

◆ bytes_used

size_t small_pool_struct::bytes_used

Definition at line 95 of file jmemmgr.c.

◆ dummy

ALIGN_TYPE small_pool_struct::dummy

Definition at line 98 of file jmemmgr.c.

◆ 

struct { ... } small_pool_struct::hdr

Referenced by alloc_small(), and free_pool().

◆ next

small_pool_ptr small_pool_struct::next

Definition at line 94 of file jmemmgr.c.


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