#include <cstdlib>
Go to the source code of this file.
Functions | |
void | myTestFree (void *mem) |
void * | myTestMalloc (size_t size) |
void myTestFree | ( | void * | mem | ) |
Definition at line 45 of file test_malloc_wrappers_so.cpp.
void* myTestMalloc | ( | size_t | size | ) |
Definition at line 40 of file test_malloc_wrappers_so.cpp.