Searched refs:commit_size (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.h24 SIZE_T commit_size,
37 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
H A Dblacklist_interceptions.cc178 SIZE_T commit_size,
185 commit_size, offset, view_size, inherit,
247 SIZE_T commit_size,
257 base, zero_bits, commit_size, offset,
269 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
272 base, zero_bits, commit_size, offset, view_size,
172 BlNtMapViewOfSectionImpl( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
241 BlNtMapViewOfSection( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
267 BlNtMapViewOfSection64( HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
/external/chromium_org/sandbox/win/wow_helper/
H A Dtarget_code.cc12 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
15 base, zero_bits, commit_size,
10 TargetNtMapViewOfSection( PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
H A Dtarget_code.h31 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
/external/chromium_org/sandbox/win/src/
H A Dtarget_interceptions.h20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
H A Dtarget_interceptions.cc20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
24 commit_size, offset, view_size, inherit,
18 TargetNtMapViewOfSection( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
H A Dinterceptors_64.cc26 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
32 commit_size, offset, view_size, inherit,
24 TargetNtMapViewOfSection64( HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
H A Dinterceptors_64.h20 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
/external/chromium_org/v8/src/heap/
H A Dspaces.cc187 const size_t commit_size,
189 DCHECK(commit_size <= requested_size);
209 code_range_, current.start, commit_size, *allocated)) {
359 size_t reserve_size, size_t commit_size, size_t alignment,
361 DCHECK(commit_size <= reserve_size);
367 if (!CommitExecutableMemory(&reservation, base, commit_size,
372 if (reservation.Commit(base, commit_size, false)) {
373 UpdateAllocatedSpaceLimits(base, base + commit_size);
480 size_t commit_size = local
485 if (commit_size > committed_siz
186 AllocateRawMemory(const size_t requested_size, const size_t commit_size, size_t* allocated) argument
358 AllocateAlignedMemory( size_t reserve_size, size_t commit_size, size_t alignment, Executability executable, base::VirtualMemory* controller) argument
604 size_t commit_size = RoundUp(CodePageGuardStartOffset() + commit_area_size, local
636 size_t commit_size = local
834 CommitExecutableMemory(base::VirtualMemory* vm, Address start, size_t commit_size, size_t reserved_size) argument
[all...]
H A Dspaces.h893 const size_t commit_size,
1056 Address AllocateAlignedMemory(size_t reserve_size, size_t commit_size,
1104 Address start, size_t commit_size,

Completed in 188 milliseconds