Zomg, I must have been asleep when I comitted this - sorry.
debugLog<VeryVerboseOutput>("heaptrack_malloc(%p, %lu)", ptr, size);
Trace trace;
+ trace.fill(2);
HeapTrack heaptrack(guard);
heaptrack.handleMalloc(ptr, size, trace);
debugLog<VeryVerboseOutput>("heaptrack_realloc(%p, %lu, %p)", ptr_in, size, ptr_out);
Trace trace;
- if (!trace.fill(2)) {
- return;
- }
+ trace.fill(2);
HeapTrack heaptrack(guard);
if (ptr_in) {