Searched refs:CommitSize (Results 1 – 5 of 5) sorted by relevance
/external/scudo/standalone/ |
D | secondary.h | 35 uptr CommitSize; member 93 void mapSecondary(Options Options, uptr CommitBase, uptr CommitSize, in mapSecondary() argument 96 if (useMemoryTagging<Config>(Options) && CommitSize > MaxUnusedCacheBytes) { in mapSecondary() 101 CommitBase + CommitSize - UntaggedPos, "scudo:secondary", in mapSecondary() 104 map(reinterpret_cast<void *>(CommitBase), CommitSize, "scudo:secondary", in mapSecondary() 131 if (!canCache(H->CommitSize)) in store() 141 Entry.CommitSize = H->CommitSize; in store() 154 mapSecondary<Config>(Options, Entry.CommitBase, Entry.CommitSize, in store() 157 setMemoryPermission(Entry.CommitBase, Entry.CommitSize, MAP_NOACCESS, in store() 161 releasePagesToOS(Entry.CommitBase, 0, Entry.CommitSize, &Entry.Data); in store() [all …]
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | secondary.h | 390 const uptr CommitSize = MapEnd - PageSize - CommitBase; in allocate() local 392 map(reinterpret_cast<void *>(CommitBase), CommitSize, "scudo:secondary", in allocate() 397 H->BlockEnd = CommitBase + CommitSize; in allocate() 400 *BlockEnd = CommitBase + CommitSize; in allocate() 404 AllocatedBytes += CommitSize; in allocate() 405 if (LargestSize < CommitSize) in allocate() 406 LargestSize = CommitSize; in allocate() 408 Stats.add(StatAllocated, CommitSize); in allocate() 417 const uptr CommitSize = H->BlockEnd - Block; in deallocate() local 421 FreedBytes += CommitSize; in deallocate() [all …]
|
/external/libchrome/mojo/core/ |
D | user_message_impl.h | 126 MojoResult CommitSize();
|
D | user_message_impl.cc | 512 MojoResult UserMessageImpl::CommitSize() { in CommitSize() function in mojo::core::UserMessageImpl
|
D | core.cc | 433 message->CommitSize(); in AppendMessageData()
|