Home
last modified time | relevance | path

Searched defs:CommitSize (Results 1 – 3 of 3) sorted by relevance

/external/scudo/standalone/
Dsecondary.h35 uptr CommitSize; member
93 void mapSecondary(Options Options, uptr CommitBase, uptr CommitSize, in mapSecondary()
229 const uptr CommitSize = Entries[I].CommitSize; in retrieve() local
353 uptr CommitSize; member
554 const uptr CommitSize = MapEnd - PageSize - CommitBase; in allocate() local
587 const uptr CommitSize = H->CommitSize; in deallocate() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dsecondary.h390 const uptr CommitSize = MapEnd - PageSize - CommitBase; in allocate() local
417 const uptr CommitSize = H->BlockEnd - Block; in deallocate() local
/external/libchrome/mojo/core/
Duser_message_impl.cc512 MojoResult UserMessageImpl::CommitSize() { in CommitSize() function in mojo::core::UserMessageImpl