ReactOS 0.4.15-dev-7788-g1ad9096
heap_pool_t Struct Reference

#include <jscript.h>

Collaboration diagram for heap_pool_t:

Public Attributes

void ** blocks
 
DWORD block_cnt
 
DWORD last_block
 
DWORD offset
 
BOOL mark
 
struct list custom_blocks
 

Detailed Description

Definition at line 60 of file jscript.h.

Member Data Documentation

◆ block_cnt

DWORD heap_pool_t::block_cnt

Definition at line 62 of file jscript.h.

◆ blocks

void ** heap_pool_t::blocks

Definition at line 61 of file jscript.h.

◆ custom_blocks

struct list heap_pool_t::custom_blocks

Definition at line 66 of file jscript.h.

◆ last_block

DWORD heap_pool_t::last_block

Definition at line 63 of file jscript.h.

◆ mark

BOOL heap_pool_t::mark

Definition at line 65 of file jscript.h.

◆ offset

DWORD heap_pool_t::offset

Definition at line 64 of file jscript.h.


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