Adaptive Framework
0.9.0
|
Files | |
file | afw_pool.h |
Adaptive Framework memory pool support header. | |
Data Structures | |
struct | afw_pool_internal_multithreaded_self_s |
struct | afw_pool_internal_singlethreaded_self_s |
Typedefs | |
typedef struct afw_pool_internal_multithreaded_self_s | afw_pool_internal_multithreaded_self_t |
typedef struct afw_pool_internal_singlethreaded_self_s | afw_pool_internal_singlethreaded_self_t |
Functions | |
const afw_pool_t * | afw_pool_internal_create_base_pool () |
afw_thread_t * | afw_pool_internal_create_thread (afw_size_t size, afw_xctx_t *xctx) |
afw_thread_t * | afw_pool_internal_create_thread_debug (afw_size_t size, afw_xctx_t *xctx, const afw_utf8_z_t *source_z) |
Pool internal API