Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wsfalloc.h>
Data Fields | |
WsFastMallocBlock * | blocks |
size_t | block_size |
size_t | user_bytes_allocated |
unsigned char * | ptr |
size_t | size |
Definition at line 83 of file wsfalloc.h.
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().