Kannel: Open Source WAP and SMS gateway  svn-r5335
WsFastMallocRec Struct Reference

#include <wsfalloc.h>

Data Fields

WsFastMallocBlockblocks
 
size_t block_size
 
size_t user_bytes_allocated
 
unsigned char * ptr
 
size_t size
 

Detailed Description

Definition at line 83 of file wsfalloc.h.

Field Documentation

◆ block_size

size_t WsFastMallocRec::block_size

Definition at line 88 of file wsfalloc.h.

Referenced by ws_f_create(), and ws_f_malloc().

◆ blocks

WsFastMallocBlock* WsFastMallocRec::blocks

Definition at line 85 of file wsfalloc.h.

Referenced by ws_f_destroy(), and ws_f_malloc().

◆ ptr

unsigned char* WsFastMallocRec::ptr

Definition at line 94 of file wsfalloc.h.

Referenced by ws_f_malloc().

◆ size

size_t WsFastMallocRec::size

Definition at line 97 of file wsfalloc.h.

Referenced by ws_f_malloc().

◆ user_bytes_allocated

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.