Skip to content

Commit

Permalink
fixed the compilation issues on x64 and coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
amalyshe committed Oct 20, 2014
1 parent fa97d6a commit 2ea06f7
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 135 deletions.
2 changes: 2 additions & 0 deletions src/heap-profiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ void HeapProfiler::StartHeapObjectsTrackingXDK(int stackDepth,
names_.get(), stackDepth, retentions,
strict_collection));
heap()->DisableInlineAllocation();
// init pre collected objects
allocation_tracker_xdk_->CollectFreedObjects(false, true);
}


Expand Down
Loading

0 comments on commit 2ea06f7

Please sign in to comment.