Searched refs:Batch (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | quarantine.h | 25 void *Batch[MaxCount]; member 29 Batch[0] = Ptr; in init() 38 Batch[Count++] = Ptr; in push_back() 51 Batch[Count + I] = From->Batch[I]; in merge() 59 void shuffle(u32 State) { ::scudo::shuffle(Batch, Count, &State); } in shuffle() 134 for (const QuarantineBatch &Batch : List) { in getStats() local 136 TotalBytes += Batch.Size; in getStats() 137 TotalOverheadBytes += Batch.Size - Batch.getQuarantinedSize(); in getStats() 138 TotalQuarantineChunks += Batch.Count; in getStats() 282 CHECK(NumberOfPrefetch <= ARRAY_SIZE(B->Batch)); in doRecycle() [all …]
|
| H A D | local_cache.h | 29 memcpy(Batch, Array, sizeof(Batch[0]) * Count); in setFromArray() 33 memcpy(Batch + Count, Array, sizeof(Batch[0]) * N); in appendFromArray() 40 Batch[Count++] = P; in add() 43 memcpy(Array, Batch, sizeof(Batch[0]) * Count); in copyToArray() 48 return Batch[I]; in get() 56 CompactPtrT Batch[MaxNumCached];
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | release_test.cpp | 137 Batch[Count++] = P; in add() 142 return Batch[I]; in get() 147 scudo::uptr Batch[MaxCount]; member 152 typedef FreeBatch<SizeClassMap> Batch; in testReleaseFreeMemoryToOS() typedef 181 scudo::SinglyLinkedList<Batch> FreeList; in testReleaseFreeMemoryToOS() 183 Batch *CurrentBatch = nullptr; in testReleaseFreeMemoryToOS() 186 CurrentBatch = new Batch; in testReleaseFreeMemoryToOS() 191 if (CurrentBatch->getCount() == Batch::MaxCount) in testReleaseFreeMemoryToOS()
|
| H A D | quarantine_test.cpp | 32 while (scudo::QuarantineBatch *Batch = Cache->dequeueBatch()) in deallocateCache() local 33 Cb.deallocate(Batch); in deallocateCache() 46 EXPECT_EQ(Into.Batch[0], FakePtr); in TEST() 47 EXPECT_EQ(Into.Batch[1], FakePtr); in TEST()
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/algorithms/ |
| H A D | common.h | 220 const size_t Batch = Count == BatchSize::CountElements in runOpOnCopies() local 223 while (state.KeepRunningBatch(Batch)) { in runOpOnCopies()
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | more.mapping | 29 .bat Ascii 'ttxt' 'TEXT' "SimpleText - MS-DOS Batch File" 42 .cmd Ascii 'ttxt' 'TEXT' "SimpleText - OS/2 Batch File"
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | texinfo.txi | 591 * Batch Formatting:: How to format for Info in Emacs Batch mode. 14898 * Batch Formatting:: How to format for Info in Emacs Batch mode. 15485 @node Batch Formatting 15487 @subsection Batch Formatting 15488 @cindex Batch formatting for Info 15492 and Emacs Batch mode. You can run Emacs in Batch mode from any shell, 15507 Run @code{batch-texinfo-format} only with Emacs in Batch mode as shown; 15508 it is not interactive. It kills the Batch mode Emacs on completion.@refill 15511 and want to format several Texinfo files at once. When you use Batch
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | fortunes | 14444 On Batch Jobs! On Closing! On Functions Complete!
|