mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-22 10:44:49 +00:00
TU24
This commit is contained in:
@@ -81,7 +81,7 @@ SparseDataStorage::~SparseDataStorage()
|
||||
{
|
||||
free(indicesAndData);
|
||||
}
|
||||
// printf("free (in dtor) 0x%x\n", indicesAndData);
|
||||
// printf("Free (in dtor) 0x%x\n", indicesAndData);
|
||||
}
|
||||
|
||||
SparseDataStorage::SparseDataStorage(SparseDataStorage *copyFrom)
|
||||
@@ -450,7 +450,7 @@ void SparseDataStorage::tick()
|
||||
// before we ever delete something, from when the request to delete it came in
|
||||
const int freeIndex = ( deleteQueueIndex + 1 ) % 3;
|
||||
|
||||
// printf("free queue: %d, %d\n",deleteQueue[freeIndex].GetEntryCount(),deleteQueue[freeIndex].GetAllocated());
|
||||
// printf("Free queue: %d, %d\n",deleteQueue[freeIndex].GetEntryCount(),deleteQueue[freeIndex].GetAllocated());
|
||||
unsigned char *toFree = nullptr;
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user