FastUIDraw
|
file fastuidraw_memory.hpp More...
Go to the source code of this file.
Macros | |
#define | FASTUIDRAWcalloc(nmemb, size) fastuidraw::memory::calloc_implement(nmemb, size, __FILE__, __LINE__) |
#define | FASTUIDRAWdelete(ptr) |
#define | FASTUIDRAWfree(ptr) fastuidraw::memory::free_implement(ptr, __FILE__, __LINE__) |
#define | FASTUIDRAWmalloc(size) fastuidraw::memory::malloc_implement(size, __FILE__, __LINE__) |
#define | FASTUIDRAWnew ::new(__FILE__, __LINE__) |
#define | FASTUIDRAWrealloc(ptr, size) fastuidraw::memory::realloc_implement(ptr, size, __FILE__, __LINE__) |
Adapted from: WRATHNew.hpp and WRATHmemory.hpp of WRATH:
Copyright 2013 by Nomovok Ltd. Contact: info@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at nomo vok.c omhttp://mozilla.org/MPL/2.0/.
Definition in file fastuidraw_memory.hpp.