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.
Definition genericmemorypool.h:25
A simple thread-safe memory pool.
A simple thread-safe memory pool.
Definition win32memorypool.h:25
Nebula compiler specific defines and configuration.
Definition arenaallocator.h:31