ReactOS
0.4.15-dev-2092-gf04890c
|
#include <jscript.h>
Public Attributes | |
void ** | blocks |
DWORD | block_cnt |
DWORD | last_block |
DWORD | offset |
BOOL | mark |
struct list | custom_blocks |
DWORD heap_pool_t::block_cnt |
Definition at line 62 of file jscript.h.
Referenced by heap_pool_alloc(), heap_pool_clear(), and heap_pool_free().
void ** heap_pool_t::blocks |
Definition at line 61 of file jscript.h.
Referenced by heap_pool_alloc(), heap_pool_clear(), heap_pool_free(), and heap_pool_grow().
Definition at line 66 of file jscript.h.
Referenced by heap_pool_alloc(), heap_pool_clear(), and heap_pool_init().
DWORD heap_pool_t::last_block |
Definition at line 63 of file jscript.h.
Referenced by heap_pool_alloc(), heap_pool_clear(), and heap_pool_grow().
BOOL heap_pool_t::mark |
Definition at line 65 of file jscript.h.
Referenced by heap_pool_clear(), and heap_pool_mark().
DWORD heap_pool_t::offset |
Definition at line 64 of file jscript.h.
Referenced by heap_pool_alloc(), heap_pool_clear(), and heap_pool_grow().