13#ifndef __WMEM_ALLOCATOR_BLOCK_H__
14#define __WMEM_ALLOCATOR_BLOCK_H__
Internal memory allocator interface used by the wmem subsystem.
Definition wmem_allocator.h:34
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