13#ifndef __WMEM_ALLOCATOR_BLOCK_H__
14#define __WMEM_ALLOCATOR_BLOCK_H__
struct _wmem_allocator_t wmem_allocator_t
Definition wmem_core.h:44
void wmem_block_allocator_init(wmem_allocator_t *allocator)
Initialize a block-based memory allocator.
Definition wmem_allocator_block.c:1093
void wmem_block_verify(wmem_allocator_t *allocator)
Verifies internal consistency of a wmem block allocator.
Definition wmem_allocator_block.c:319