| commit | d55ec436ad893ebace1f22b7f43bf98c6dba6e46 | [log] [tgz] |
|---|---|---|
| author | haraken <haraken@chromium.org> | Fri Jul 08 14:30:47 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 08 14:32:37 2016 |
| tree | ceb1c264aa7cbb92ae1eeb3e17d9057ad23ac4e8 | |
| parent | 75bcf4d0e655c40431996ec7972220ffc7ce92d3 [diff] |
Oilpan: Introduce memory pool for CallbackStacks Once we enable per-thread heaps, we will end up with having CallbackStacks per thread. To prevent the memory bloat, this CL introduces a memory pool for CallbackStacks shared among all threads. 256 KB is pre-allocated for the memory pool. BUG= Review-Url: https://codereview.chromium.org/2127453002 Cr-Commit-Position: refs/heads/master@{#404381}