Nebula
Loading...
Searching...
No Matches
heap.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
15#include "core/config.h"
16#if (__WIN32__)
18namespace Memory
19{
21}
22#elif ( __OSX__ || __APPLE__ || __linux__ )
24namespace Memory
25{
27}
28#else
29#error "IMPLEMENT ME!"
30#endif
Implements a private heap.
Posix implementation of the class Memory::Heap using the Posix-Heap functions.
Definition posixheap.h:25
Win32 implementation of the class Memory::Heap.
Definition win32heap.h:23
Nebula compiler specific defines and configuration.
Allocates memory using the TLSF method (http://www.gii.upv.es/tlsf/files/ecrts04_tlsf....
Definition arenaallocator.h:31