This commit is contained in:
Hongze Cheng 2021-11-08 17:47:28 +08:00
parent 5e9909a1e6
commit 867b907287
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ SMemAllocator *tdCreateHeapAllocator() {
return NULL;
}
pMemAllocator->usage = 0;
pMemAllocator->malloc = haMalloc;
pMemAllocator->calloc = haCalloc;
pMemAllocator->realloc = NULL;