SWDEV-364576 - initialize device malloc heap state using blit kernel

Change-Id: I5d0172aff7d2c04b322a4d828b8a2b438158b80f
Tá an tiomantas seo le fáil i:
Anusha GodavarthySurya
2023-01-04 20:30:11 +00:00
tuismitheoir 69ffa7bcb8
tiomantas 274f2de391
D'athraigh 11 comhad le 149 breiseanna agus 35 scriosta
+8
Féach ar an gComhad
@@ -755,6 +755,14 @@ bool Device::UpdateStackSize(uint64_t stackSize) {
return true;
}
bool Device::UpdateInitialHeapSize(uint64_t initialHeapSize) {
if (initialHeapSize >= info().globalMemSize_) {
return false;
}
initial_heap_size_ = initialHeapSize;
return true;
}
char* Device::getExtensionString() {
std::stringstream extStream;
size_t size;