allocator.h

Back to Memory allocators

pastel/sys/

// Description: Allocator module
// Documentation: allocators.txt

#ifndef PASTELSYS_ALLOCATOR_H_MODULE
#define PASTELSYS_ALLOCATOR_H_MODULE

#include "pastel/sys/allocator/allocators.h"

#endif