Parent Directory
|
|
|
|
|
BUILD.gn
|
273016
|
12 months |
brettw@chromium.org |
Add ppapi, improve Windows GN build.
This adds ppapi-related targets except the… |
README
|
33043
|
5 years |
sgk@chromium.org |
Branch the files in the shim layer that switches between the
memory allocation i… |
allocator.gyp
|
287454
|
9 months |
willchan@chromium.org |
base/allocator: Hardcode TCMalloc optimization level to 2 on Windows.
TCMalloc … |
allocator_extension.cc
|
171767
|
2 years |
alexeif@chromium.org |
Report memory usage retained by TCMalloc freelists.
Review URL: https://chromi… |
allocator_extension.h
|
171767
|
2 years |
alexeif@chromium.org |
Report memory usage retained by TCMalloc freelists.
Review URL: https://chromi… |
allocator_extension_thunks.cc
|
171767
|
2 years |
alexeif@chromium.org |
Report memory usage retained by TCMalloc freelists.
Review URL: https://chromi… |
allocator_extension_thunks.h
|
171767
|
2 years |
alexeif@chromium.org |
Report memory usage retained by TCMalloc freelists.
Review URL: https://chromi… |
allocator_shim.cc
|
285838
|
10 months |
thakis@chromium.org |
clang/win: Fix a few warnings.
__THROW is not some magical thing, don't pretend… |
allocator_shim.h
|
203136
|
2 years |
hans@chromium.org |
Include stddef.h for the definition of size_t.
These errors were caught by Clan… |
allocator_unittest.cc
|
285730
|
10 months |
pkasting@chromium.org |
Re-enable various MSVC warnings.
BUG=81439
TEST=none
Review URL: https://coder… |
debugallocation_shim.cc
|
171063
|
2 years |
phajdan.jr@chromium.org |
Add an option to use tcmalloc's debugallocation for Debug builds
to catch memory… |
generic_allocators.cc
|
288129
|
9 months |
thakis@chromium.org |
Follow-up for https://codereview.chromium.org/419323002/
operator delete appare… |
prep_libc.py
|
272249
|
12 months |
scottmg@chromium.org |
GN win: prep_libc and fix tcmalloc linkage
On top of https://codereview.chromiu… |
tcmalloc_unittest.cc
|
138775
|
3 years |
kaiwang@chromium.org |
1. Enable large object pointer offset check in release build.
Following code wil… |
type_profiler.cc
|
158752
|
2 years |
dmikurube@chromium.org |
Type profiler by intercepting 'new' and 'delete' expressions.
It stores mapping… |
type_profiler.h
|
158752
|
2 years |
dmikurube@chromium.org |
Type profiler by intercepting 'new' and 'delete' expressions.
It stores mapping… |
type_profiler_control.cc
|
158752
|
2 years |
dmikurube@chromium.org |
Type profiler by intercepting 'new' and 'delete' expressions.
It stores mapping… |
type_profiler_control.h
|
158752
|
2 years |
dmikurube@chromium.org |
Type profiler by intercepting 'new' and 'delete' expressions.
It stores mapping… |
type_profiler_map_unittest.cc
|
245392
|
16 months |
alecflett@chromium.org |
Normalize _unittest.cc filename suffix for unittests
This allows tools that use… |
type_profiler_tcmalloc.cc
|
158752
|
2 years |
dmikurube@chromium.org |
Type profiler by intercepting 'new' and 'delete' expressions.
It stores mapping… |
type_profiler_tcmalloc.h
|
158752
|
2 years |
dmikurube@chromium.org |
Type profiler by intercepting 'new' and 'delete' expressions.
It stores mapping… |
type_profiler_unittest.cc
|
245392
|
16 months |
alecflett@chromium.org |
Normalize _unittest.cc filename suffix for unittests
This allows tools that use… |
unittest_utils.cc
|
33043
|
5 years |
sgk@chromium.org |
Branch the files in the shim layer that switches between the
memory allocation i… |
win_allocator.cc
|
230557
|
19 months |
dalecurtis@chromium.org |
Force out of memory crash when HeapAlloc() or HeapReAlloc() fail.
BUG=295176
TE… |