Search found 1 match

by DoubleVerify
Thu Jun 30, 2016 9:40 am
Forum: .NET API
Topic: Memory Leak - LOH
Replies: 1
Views: 26502

Memory Leak - LOH

Hi, When calling WURFLManager.GetDeviceForRequest(string) method with an Android useragent, the call stack creates memory inside LOH (Large Object Heap). I was profiling WURFL and disassembled it and found out that it happens due to allocation of a new List<string> for each call to the method above....