Home
last modified time | relevance | path

Searched refs:heap (Results 1 – 10 of 10) sorted by relevance

/system/core/libmemunreachable/tests/
DAllocator_test.cpp27 AllocatorTest() : heap(), disable_malloc_() {} in AllocatorTest()
33 ASSERT_TRUE(heap.empty()); in TearDown()
36 Heap heap; member in AllocatorTest
42 Allocator<char[100]> allocator(heap); in TEST_F()
49 Allocator<char[100]> allocator(heap); in TEST_F()
65 Allocator<char[size]> allocator(heap); in TEST_F()
89 Allocator<char[size]> allocator(heap); in TEST_F()
98 Allocator<char[size]> allocator(heap); in TEST_F()
113 Allocator<char[100]> a(heap); in TEST_F()
117 Allocator<char[100]> e(heap); in TEST_F()
[all …]
DThreadCapture_test.cpp49 ASSERT_TRUE(heap.empty()); in TearDown()
100 Heap heap; member in ThreadListTest
104 auto tids = TidList{heap}; in WaitForThreads()
105 ThreadCapture thread_capture{getpid(), heap}; in WaitForThreads()
129 ThreadCapture thread_capture(getpid(), heap); in TEST_F()
131 auto expected_tids = allocator::vector<pid_t>(1, getpid(), heap); in TEST_F()
132 auto list_tids = allocator::vector<pid_t>(heap); in TEST_F()
150 auto list_tids = allocator::vector<pid_t>(heap); in TEST_P()
155 ThreadCapture thread_capture(getpid(), heap); in TEST_P()
229 ThreadCapture thread_capture(child, heap); in TEST_P()
[all …]
/system/core/libmemunreachable/
DAllocator.cpp170 Chunk(HeapImpl* heap, int bucket);
189 HeapImpl* heap() { in heap() function in Chunk
240 Chunk::Chunk(HeapImpl* heap, int bucket) : in Chunk() argument
241 node_(this), heap_(heap), bucket_(bucket), allocation_size_( in Chunk()
392 assert(chunk->heap() == this); in FreeLocked()
DMemUnreachable.cpp270 Heap heap; in GetUnreachableMemory() local
281 ThreadCapture thread_capture(parent_pid, heap); in GetUnreachableMemory()
282 allocator::vector<ThreadInfo> thread_info(heap); in GetUnreachableMemory()
283 allocator::vector<Mapping> mappings(heap); in GetUnreachableMemory()
326 MemUnreachable unreachable{parent_pid, heap}; in GetUnreachableMemory()
334 allocator::vector<Leak> leaks{heap}; in GetUnreachableMemory()
DAllocator.h112 STLAllocator(const Heap& heap) : // NOLINT, implicit in STLAllocator() argument
113 heap_(heap) { in STLAllocator()
DREADME.md46 …s is produced by examining the memory mappings and calling `malloc_iterate()` on any heap mappings.
70 - `malloc_iterate()`: call a callback on each active allocation in a given heap region.
/system/sepolicy/private/
Dapp.te155 # Send heap dumps to system_server via an already open file descriptor
156 # % adb shell am set-watch-heap com.android.systemui 1048576
/system/core/libbacktrace/testdata/x86/
Doffline_testdata71 map: start: f7ec6000 end: f7ee7000 offset: 0 load_base: 0 flags: 3 name: [heap]
/system/core/libbacktrace/testdata/x86_64/
Doffline_testdata80 map: start: 7fd5ad54e000 end: 7fd5ad56f000 offset: 0 load_base: 0 flags: 3 name: [heap]
/system/sepolicy/public/
Ddomain.te829 # Do not allow making the stack or heap executable.