History log of /external/perfetto/src/base/page_allocator_unittest.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ff7295911953243edb193673e779fe16cdb99936 12-Feb-2018 Oystein Eftevaag <oysteine@google.com> Added a PERFETTO_ prefix to the BUILDFLAG macros.

build_config.h isn't really feasible to keep out of public headers
due to usage in protozero inlined functions, so we need this to
avoid conflicts.

Change-Id: Ic928b121807be2ae08fa046cbc13298a4e6f3914
/external/perfetto/src/base/page_allocator_unittest.cc
bbaa58c526418f0a621d7fc8e85d73d168a7295a 20-Dec-2017 Primiano Tucci <primiano@google.com> Introduce base::PageAllocator to wrap mmap

Gets rid of the various posix_memalign hacks accumulated so far.
Also moves the pre-existing IsMmaped function into
base/vm_test_utils.h.

Change-Id: I171dc2dc01c4b69f4f711a4923a1a58c75431df6
/external/perfetto/src/base/page_allocator_unittest.cc