WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

pj_pool_block Struct Reference
[Memory Pool Object]

Data Fields

struct pj_pool_blockprev
struct pj_pool_blocknext
unsigned char * buf
unsigned char * cur
unsigned char * end
int dummy

Detailed Description

This class, which is used internally by the pool, describes a single block of memory from which user memory allocations will be allocated from.


Field Documentation

unsigned char* pj_pool_block::buf

Start of buffer.

unsigned char* pj_pool_block::cur

Current alloc ptr.

unsigned char* pj_pool_block::end

End of buffer.

List next. List's prev and next.

List prev.


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

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.