We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c238f73 commit af59777Copy full SHA for af59777
shared/source/command_container/cmdcontainer.cpp
@@ -318,7 +318,7 @@ void CommandContainer::handleCmdBufferAllocations(size_t startIndex) {
318
cmdBufferAllocations[i]->releaseUsageInOsContext(osContextId);
319
}
320
321
- reusableAllocationList->pushTailOne(*cmdBufferAllocations[i]);
+ reusableAllocationList->pushFrontOne(*cmdBufferAllocations[i]);
322
} else {
323
this->device->getMemoryManager()->freeGraphicsMemory(cmdBufferAllocations[i]);
324
0 commit comments