Nebula
Loading...
Searching...
No Matches
osxmemoryconfig.cc File Reference
#include "stdneb.h"
#include "memory/osx/osxmemoryconfig.h"
#include "core/sysfunc.h"

Namespaces

namespace  Memory
 Allocates memory using the TLSF method (http://www.gii.upv.es/tlsf/files/ecrts04_tlsf.pdf), with extended handling of padding to better suit GPUs.
 

Functions

void Memory::SetupHeaps ()
 Setup the global heaps.
 
const char * Memory::GetHeapTypeName (HeapType heapType)
 Returns a human readable name for a heap type.
 

Variables

malloc_zone_t * Memory::Heaps [NumHeapTypes] = { NULL }
 Heap pointers are defined here.