total pointers

This commit is contained in:
Ariel Manzur 2016-01-24 02:00:52 -03:00
parent 5b68608b10
commit b406aae790
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ size_t MemoryPoolStaticMalloc::get_max_usage() {
/* Most likely available only if memory debugger was compiled in */ /* Most likely available only if memory debugger was compiled in */
int MemoryPoolStaticMalloc::get_alloc_count() { int MemoryPoolStaticMalloc::get_alloc_count() {
return 0; return total_pointers;
} }
void * MemoryPoolStaticMalloc::get_alloc_ptr(int p_alloc_idx) { void * MemoryPoolStaticMalloc::get_alloc_ptr(int p_alloc_idx) {