Hello, I’m successfully running HTML5 in browser, but after few page refreshes memory seams to be depleted.
Heap size is set to 4096.
FMallocAnsi::Malloc(unsigned long, unsigned int)
FMallocAnsi::Realloc(void*, unsigned long, unsigned int)
FMallocThreadSafeProxy::Realloc(void*, unsigned long, unsigned int)
FMemory::Realloc(void*, unsigned long, unsigned int)
FHeapAllocator::ForAnyElementType::ResizeAllocation(int, int, unsigned long)
__ZN6TArrayIw17FDefaultAllocatorE11CopyToEmptyIwS0_EEvRKS_IT_T0_Ei?
FEmscriptenHttpFileRequest::Process()
int TTypeWrapper<>? TBaseFunctorDelegateInstance?Z()
void TBaseFunctorDelegateInstance(int)
int TBaseDelegate()
FEmscriptenHttpFileRequest::OnError(unsigned int, void*, int)
dynCall_viii
Is there a way to free memory between page refreshes?
Thank you for any help!