A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
tlsfAllocator Member List

This is the complete list of members for tlsfAllocator, including all inherited members.

tlsf_add_pool(tlsf_t tlsf, void *mem, size_t bytes)tlsfAllocator
tlsf_align_size(void)tlsfAllocator
tlsf_alloc_overhead(void)tlsfAllocator
tlsf_block_size(void *ptr)tlsfAllocator
tlsf_block_size_max(void)tlsfAllocator
tlsf_block_size_min(void)tlsfAllocator
tlsf_check(tlsf_t tlsf)tlsfAllocator
tlsf_check_pool(pool_t pool)tlsfAllocator
tlsf_create(void *mem)tlsfAllocator
tlsf_create_with_pool(void *mem, size_t bytes)tlsfAllocator
tlsf_destroy(tlsf_t tlsf)tlsfAllocator
tlsf_free(tlsf_t tlsf, void *ptr)tlsfAllocator
tlsf_get_pool(tlsf_t tlsf)tlsfAllocator
tlsf_malloc(tlsf_t tlsf, size_t bytes)tlsfAllocator
tlsf_mallocxz(tlsf_t tlsf, size_t bytes)tlsfAllocator
tlsf_pool_overhead(void)tlsfAllocator
tlsf_realloc(tlsf_t tlsf, void *ptr, size_t size)tlsfAllocator
tlsf_reallocxf(tlsf_t tlsf, void *ptr, size_t size)tlsfAllocator
tlsf_remove_pool(tlsf_t tlsf, pool_t pool)tlsfAllocator
tlsf_size(void)tlsfAllocator
tlsf_walk_pool(pool_t pool, tlsf_walker walker, void *user)tlsfAllocator
tlsf_walker typedeftlsfAllocator