23 #ifndef FASTUIDRAW_FASTUIDRAW_MEMORY_PRIVATE_HPP 24 #define FASTUIDRAW_FASTUIDRAW_MEMORY_PRIVATE_HPP 32 operator new(std::size_t n,
const char *file,
int line)
throw ();
38 operator new[](std::size_t n,
const char *file,
int line)
throw ();
44 operator delete(
void *ptr,
const char *file,
int line)
throw();
50 operator delete[](
void *ptr,
const char *file,
int line)
throw();
void free_implement(void *ptr, const char *file, int line)
all classes and functions of FastUIDraw are in the namespace fastuidraw.
void * malloc_implement(size_t size, const char *file, int line)
void check_object_exists(const void *ptr, const char *file, int line)
void * realloc_implement(void *ptr, size_t size, const char *file, int line)
void * calloc_implement(size_t nmemb, size_t size, const char *file, int line)