Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2690)

Side by Side Diff: docs/memory-infra/heap_profiler_internals.md

Issue 2494063002: Move memory docs to docs/memory-infra (Closed)
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/memory-infra/heap_profiler.md ('k') | docs/memory-infra/memory_infra_startup_tracing.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Heap Profiler Internals 1 # Heap Profiler Internals
2 2
3 This document describes how the heap profiler works and how to add heap 3 This document describes how the heap profiler works and how to add heap
4 profiling support to your allocator. If you just want to know how to use it, 4 profiling support to your allocator. If you just want to know how to use it,
5 see [Heap Profiling with MemoryInfra](heap_profiler.md) 5 see [Heap Profiling with MemoryInfra](heap_profiler.md)
6 6
7 [TOC] 7 [TOC]
8 8
9 ## Overview 9 ## Overview
10 10
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 return true; 175 return true;
176 } 176 }
177 }; 177 };
178 178
179 ``` 179 ```
180 180
181 *** aside 181 *** aside
182 The implementation for `malloc` is more complicated because it needs to deal 182 The implementation for `malloc` is more complicated because it needs to deal
183 with reentrancy. 183 with reentrancy.
184 *** 184 ***
OLDNEW
« no previous file with comments | « docs/memory-infra/heap_profiler.md ('k') | docs/memory-infra/memory_infra_startup_tracing.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698