Nebula
Loading...
Searching...
No Matches
memorypool.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
A simple thread-safe memory pool.
FIXME: IMPLEMENT ME!
Definition posixmemorypool.h:17
A simple thread-safe memory pool.
Definition win32memorypool.h:25
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