BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

#include <pool.h>

Public Member Functions

 PJ_DECL_LIST_MEMBER (struct pj_pool_block)
 

Data Fields

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.

Member Function Documentation

◆ PJ_DECL_LIST_MEMBER()

pj_pool_block::PJ_DECL_LIST_MEMBER ( struct pj_pool_block  )

List's prev and next.

Field Documentation

◆ buf

unsigned char* pj_pool_block::buf

Start of buffer.

◆ cur

unsigned char* pj_pool_block::cur

Current alloc ptr.

◆ end

unsigned char* pj_pool_block::end

End of buffer.


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.