Home
last modified time | relevance | path

Searched refs:file_descriptor_for_shared_alloc (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpage_allocator.cc54 int file_descriptor_for_shared_alloc = -1) { in AllocPagesIncludingReserved() argument
57 file_descriptor_for_shared_alloc); in AllocPagesIncludingReserved()
65 file_descriptor_for_shared_alloc); in AllocPagesIncludingReserved()
134 int file_descriptor_for_shared_alloc) { in SystemAllocPages() argument
138 hint, length, accessibility, page_tag, file_descriptor_for_shared_alloc); in SystemAllocPages()
152 int file_descriptor_for_shared_alloc) { in AllocPages() argument
154 file_descriptor_for_shared_alloc); in AllocPages()
181 int file_descriptor_for_shared_alloc) { in AllocPagesWithAlignOffset() argument
212 file_descriptor_for_shared_alloc); in AllocPagesWithAlignOffset()
249 page_tag, file_descriptor_for_shared_alloc); in AllocPagesWithAlignOffset()
H A Dpage_allocator_internals_posix.h171 int file_descriptor_for_shared_alloc) { in SystemAllocPagesInternal() argument
175 int fd = file_descriptor_for_shared_alloc == -1 in SystemAllocPagesInternal()
177 : file_descriptor_for_shared_alloc; in SystemAllocPagesInternal()
179 int fd = file_descriptor_for_shared_alloc; in SystemAllocPagesInternal()
H A Dpage_allocator.h136 int file_descriptor_for_shared_alloc = -1);
157 int file_descriptor_for_shared_alloc = -1);
H A Dpage_allocator_internal.h19 int file_descriptor_for_shared_alloc = -1);
H A Dpage_allocator_internals_win.h109 [[maybe_unused]] int file_descriptor_for_shared_alloc) { in SystemAllocPagesInternal() argument
H A Dpage_allocator_internals_fuchsia.h110 [[maybe_unused]] int file_descriptor_for_shared_alloc) { in SystemAllocPagesInternal() argument