Searched refs:heap (Results 1 – 10 of 10) sorted by relevance
/system/core/libmemunreachable/tests/ |
D | Allocator_test.cpp | 27 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 …]
|
D | ThreadCapture_test.cpp | 49 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/ |
D | Allocator.cpp | 170 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()
|
D | MemUnreachable.cpp | 270 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()
|
D | Allocator.h | 112 STLAllocator(const Heap& heap) : // NOLINT, implicit in STLAllocator() argument 113 heap_(heap) { in STLAllocator()
|
D | README.md | 46 …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/ |
D | app.te | 155 # 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/ |
D | offline_testdata | 71 map: start: f7ec6000 end: f7ee7000 offset: 0 load_base: 0 flags: 3 name: [heap]
|
/system/core/libbacktrace/testdata/x86_64/ |
D | offline_testdata | 80 map: start: 7fd5ad54e000 end: 7fd5ad56f000 offset: 0 load_base: 0 flags: 3 name: [heap]
|
/system/sepolicy/public/ |
D | domain.te | 829 # Do not allow making the stack or heap executable.
|