Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

WsFastMallocRec Struct Reference

#include <wsfalloc.h>

Collaboration diagram for WsFastMallocRec:

Collaboration graph
[legend]

Data Fields

WsFastMallocBlockblocks
size_t block_size
size_t user_bytes_allocated
unsigned char * ptr
size_t size

Field Documentation

size_t WsFastMallocRec::block_size
 

Definition at line 88 of file wsfalloc.h.

Referenced by ws_f_create(), and ws_f_malloc().

WsFastMallocBlock* WsFastMallocRec::blocks
 

Definition at line 85 of file wsfalloc.h.

Referenced by ws_f_destroy(), and ws_f_malloc().

unsigned char* WsFastMallocRec::ptr
 

Definition at line 94 of file wsfalloc.h.

Referenced by ws_f_malloc().

size_t WsFastMallocRec::size
 

Definition at line 97 of file wsfalloc.h.

Referenced by ws_f_malloc().

size_t WsFastMallocRec::user_bytes_allocated
 

Definition at line 91 of file wsfalloc.h.

Referenced by ws_f_malloc().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.