ReactOS 0.4.15-dev-7958-gcd0bb1a
my_memory_mgr Struct Reference
Collaboration diagram for my_memory_mgr:

Public Attributes

struct jpeg_memory_mgr pub
 
small_pool_ptr small_list [JPOOL_NUMPOOLS]
 
large_pool_ptr large_list [JPOOL_NUMPOOLS]
 
jvirt_sarray_ptr virt_sarray_list
 
jvirt_barray_ptr virt_barray_list
 
size_t total_space_allocated
 
JDIMENSION last_rowsperchunk
 

Detailed Description

Definition at line 117 of file jmemmgr.c.

Member Data Documentation

◆ large_list

large_pool_ptr my_memory_mgr::large_list[JPOOL_NUMPOOLS]

Definition at line 122 of file jmemmgr.c.

◆ last_rowsperchunk

JDIMENSION my_memory_mgr::last_rowsperchunk

Definition at line 138 of file jmemmgr.c.

◆ pub

struct jpeg_memory_mgr my_memory_mgr::pub

Definition at line 118 of file jmemmgr.c.

◆ small_list

small_pool_ptr my_memory_mgr::small_list[JPOOL_NUMPOOLS]

Definition at line 121 of file jmemmgr.c.

◆ total_space_allocated

size_t my_memory_mgr::total_space_allocated

Definition at line 133 of file jmemmgr.c.

◆ virt_barray_list

jvirt_barray_ptr my_memory_mgr::virt_barray_list

Definition at line 130 of file jmemmgr.c.

◆ virt_sarray_list

jvirt_sarray_ptr my_memory_mgr::virt_sarray_list

Definition at line 129 of file jmemmgr.c.


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