breakpad/src
Ted Mielczarek 8bb3d55af7 Rename src/common/memory.h to memory_allocator.h.
memory.h shadows a system header which normally isn't a problem
because of the include paths in Breakpad, but the Firefox build
system winds up with src/common in the include path so we've had
a workaround for this for years. Renaming the file lets us get
rid of that workaround and shouldn't hurt anything.

Change-Id: I3b7c4239dc77f3b2b7cf2b572a0cad88cd7e8522
Reviewed-on: https://chromium-review.googlesource.com/723261
Reviewed-by: Mark Mentovai <mark@chromium.org>
2017-10-17 14:02:43 +00:00
..
build Fix MSVC build on 64-bit 2017-09-25 07:10:11 +00:00
client Rename src/common/memory.h to memory_allocator.h. 2017-10-17 14:02:43 +00:00
common Rename src/common/memory.h to memory_allocator.h. 2017-10-17 14:02:43 +00:00
google_breakpad Add -s flag to microdump_stackwalk for dumping stack contents. 2017-10-17 10:22:46 +00:00
processor Add -s flag to microdump_stackwalk for dumping stack contents. 2017-10-17 10:22:46 +00:00
third_party drop bundled gflags from the checkout 2017-09-13 23:38:29 +00:00
tools Fix MSVC build on 64-bit 2017-09-25 07:10:11 +00:00
breakpad_googletest_includes.h test: allow use of system gmock/gtest libs 2016-01-25 19:27:56 -05:00
config.h.in Only use O_CLOEXEC on platforms that support it 2017-05-10 21:32:37 +00:00