Nebula
Loading...
Searching...
No Matches
ThreadLocalMiniHeap Struct Reference

#include <memory.h>

Public Member Functions

 ThreadLocalMiniHeap ()
 ~ThreadLocalMiniHeap ()
void Realloc (size_t numBytes)

Public Attributes

char * heap
size_t iterator
size_t capacity

Constructor & Destructor Documentation

◆ ThreadLocalMiniHeap()

ThreadLocalMiniHeap::ThreadLocalMiniHeap ( )

◆ ~ThreadLocalMiniHeap()

ThreadLocalMiniHeap::~ThreadLocalMiniHeap ( )

Member Function Documentation

◆ Realloc()

void ThreadLocalMiniHeap::Realloc ( size_t numBytes)

Member Data Documentation

◆ capacity

size_t ThreadLocalMiniHeap::capacity

◆ heap

char* ThreadLocalMiniHeap::heap

◆ iterator

size_t ThreadLocalMiniHeap::iterator

The documentation for this struct was generated from the following files:
  • /github/workspace/code/foundation/memory/memory.h
  • /github/workspace/code/foundation/memory/memory.cc