refact
This commit is contained in:
parent
5e9909a1e6
commit
867b907287
|
@ -40,7 +40,6 @@ SMemAllocator *tdCreateHeapAllocator() {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
pMemAllocator->usage = 0;
|
|
||||||
pMemAllocator->malloc = haMalloc;
|
pMemAllocator->malloc = haMalloc;
|
||||||
pMemAllocator->calloc = haCalloc;
|
pMemAllocator->calloc = haCalloc;
|
||||||
pMemAllocator->realloc = NULL;
|
pMemAllocator->realloc = NULL;
|
||||||
|
|
Loading…
Reference in New Issue