![]() |
Xyris
0.5
|
#include <Memory/heap.hpp>
Include dependency graph for cxx.cpp:Go to the source code of this file.
Functions | |
| void * | operator new (size_t size) |
| void * | operator new[] (size_t size) |
| void | operator delete (void *p) |
| void | operator delete[] (void *p) |
| void | operator delete (void *p, long unsigned int) |
| void | operator delete[] (void *p, long unsigned int) |
C++ dynamic memory management functions.
local static variable guards
References: https://wiki.osdev.org/C++
References: https://wiki.osdev.org/C++#Local_Static_Variables_.28GCC_Only.29 https://opensource.apple.com/source/libcppabi/libcppabi-14/src/cxa_guard.cxx
Definition in file cxx.cpp.
| void operator delete | ( | void * | p | ) |
| void operator delete | ( | void * | p, |
| long unsigned int | |||
| ) |
| void operator delete[] | ( | void * | p | ) |
| void operator delete[] | ( | void * | p, |
| long unsigned int | |||
| ) |
| void* operator new | ( | size_t | size | ) |