13#ifndef __WMEM_ALLOCATOR_STRICT_H__
14#define __WMEM_ALLOCATOR_STRICT_H__
Internal memory allocator interface used by the wmem subsystem.
Definition wmem_allocator.h:34
void wmem_strict_allocator_init(wmem_allocator_t *allocator)
Initialize a strict memory allocator.
Definition wmem_allocator_strict.c:200
void wmem_strict_check_canaries(wmem_allocator_t *allocator)
Verify memory canaries for a strict allocator.
Definition wmem_allocator_strict.c:156