Migrated engine to using dlmalloc through eng::
This commit is contained in:
@@ -57,7 +57,7 @@ int dlmalloc_hash() {
|
||||
hash = (hash * 17) + (int)(intptr_t)(blk);
|
||||
}
|
||||
for (int i = 0; i < 15; i++) {
|
||||
free(blocks[i]);
|
||||
dlfree(blocks[i]);
|
||||
}
|
||||
return (hash & 0x7FFFFFFF) | (0x40000000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user