Go to the source code of this file.
Namespaces | |
namespace | Pentagram |
Typedefs | |
typedef void *(*) | allocFunc (size_t size) |
typedef void(*) | deallocFunc (void *ptr) |
Functions | |
void | Pentagram::setAllocationFunctions (allocFunc a, deallocFunc d) |
Variables | |
const std::string | c_empty_string |
allocFunc | Pentagram::palloc |
deallocFunc | Pentagram::pfree |
Definition at line 133 of file pent_include.h.
typedef void(*) deallocFunc(void *ptr) |
Definition at line 134 of file pent_include.h.
const std::string c_empty_string |