Home
last modified time | relevance | path

Searched refs:commit_size (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc187 const size_t commit_size, in AllocateRawMemory() argument
189 DCHECK(commit_size <= requested_size); in AllocateRawMemory()
209 code_range_, current.start, commit_size, *allocated)) { in AllocateRawMemory()
359 size_t reserve_size, size_t commit_size, size_t alignment, in AllocateAlignedMemory() argument
361 DCHECK(commit_size <= reserve_size); in AllocateAlignedMemory()
367 if (!CommitExecutableMemory(&reservation, base, commit_size, in AllocateAlignedMemory()
372 if (reservation.Commit(base, commit_size, false)) { in AllocateAlignedMemory()
373 UpdateAllocatedSpaceLimits(base, base + commit_size); in AllocateAlignedMemory()
480 size_t commit_size = in CommitArea() local
485 if (commit_size > committed_size) { in CommitArea()
[all …]
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,