kiba-engine
Data Fields
allocator_impl Struct Reference

Structure holding a specific allocator type's implementation. More...

#include <allocator.h>

Collaboration diagram for allocator_impl:

Data Fields

allocator_impl_destroy_fn destroy
 Allocator's destroy implementation.
 
allocator_impl_allocate_fn allocate
 Allocator's allocate implementation.
 
allocator_impl_free_fn free
 Allocator's free implementation.
 
allocator_impl_free_all_fn free_all
 Allocator's free_all implementation.
 

Detailed Description

Structure holding a specific allocator type's implementation.

Definition at line 71 of file allocator.h.


The documentation for this struct was generated from the following file: