|
Home --> Documentations --> PJLIB Reference
Go to the documentation of this file.
26 #if PJ_HAS_POOL_ALT_API
27 # include <pj/pool_alt.h>
344 #define PJ_POOL_SIZE (sizeof(struct pj_pool_t))
349 #ifndef PJ_POOL_ALIGNMENT
350 # define PJ_POOL_ALIGNMENT 4
491 #define PJ_POOL_ALLOC_T(pool,type) \
492 ((type*)pj_pool_alloc(pool, sizeof(type)))
505 #define PJ_POOL_ZALLOC_T(pool,type) \
506 ((type*)pj_pool_zalloc(pool, sizeof(type)))
694 void (*release_pool)( pj_pool_factory *factory, pj_pool_t *pool );
701 void (*dump_status)( pj_pool_factory *factory, pj_bool_t detail );
726 void (*on_block_free)(pj_pool_factory *factory, pj_size_t size);
772 (*pf->dump_status)(pf, detail);
800 #define PJ_CACHING_POOL_ARRAY_SIZE 16
896 # if PJ_FUNCTIONS_ARE_INLINED
PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.
|