Home
last modified time | relevance | path

Searched refs:maxAllocated (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/libhoard/Hoard/src/Heap-Layers/heaps/debug/
H A Dstatsheap.h64 maxAllocated (0) in AllocatedHeap()
70 if (maxAllocated < allocated) { in malloc()
71 maxAllocated = allocated; in malloc()
86 return maxAllocated; in getMaxAllocated()
91 int maxAllocated; variable
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/
H A DByteArrayManager.java145 private final int maxAllocated; field in ByteArrayManager.FixedLengthManager
150 FixedLengthManager(int arrayLength, int maxAllocated) { in FixedLengthManager() argument
152 this.maxAllocated = maxAllocated; in FixedLengthManager()
168 for(; numAllocated >= maxAllocated;) { in allocate()
211 if (freeQueue.size() < maxAllocated - numAllocated) { in recycle()
223 + maxAllocated + ", free=" + freeQueue.size() + "]"; in toString()
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/java/src/org/chromium/base/process_launcher/
H A DChildConnectionAllocator.java167 int maxAllocated) { in createVariableSizeForTesting() argument
170 useStrongBinding, maxAllocated); in createVariableSizeForTesting()
177 boolean useStrongBinding, int maxAllocated) { in createWorkaroundForTesting() argument
180 maxAllocated); in createWorkaroundForTesting()
406 boolean bindAsExternalService, boolean useStrongBinding, int maxAllocated) { in VariableSizeAllocatorImpl() argument
409 assert maxAllocated > 0; in VariableSizeAllocatorImpl() local
410 mMaxAllocated = maxAllocated; in VariableSizeAllocatorImpl()
490 boolean bindAsExternalService, boolean useStrongBinding, int maxAllocated) { in Android10WorkaroundAllocatorImpl() argument
495 bindAsExternalService, useStrongBinding, maxAllocated); in Android10WorkaroundAllocatorImpl()
498 bindAsExternalService, useStrongBinding, maxAllocated); in Android10WorkaroundAllocatorImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/java/src/org/chromium/base/process_launcher/
H A DChildConnectionAllocator.java179 int maxAllocated) { in createVariableSizeForTesting() argument
182 useStrongBinding, maxAllocated); in createVariableSizeForTesting()
189 boolean useStrongBinding, int maxAllocated) { in createWorkaroundForTesting() argument
192 maxAllocated); in createWorkaroundForTesting()
421 int maxAllocated) { in VariableSizeAllocatorImpl() argument
425 assert maxAllocated > 0; in VariableSizeAllocatorImpl() local
426 mMaxAllocated = maxAllocated; in VariableSizeAllocatorImpl()
510 boolean bindAsExternalService, boolean useStrongBinding, int maxAllocated) { in Android10WorkaroundAllocatorImpl() argument
515 bindAsExternalService, useStrongBinding, maxAllocated); in Android10WorkaroundAllocatorImpl()
518 bindAsExternalService, useStrongBinding, maxAllocated); in Android10WorkaroundAllocatorImpl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/memory/
H A Dn8_manage_memory.c195 if (n8_atomic_read(memCtl_p->curAllocated) > memCtl_p->maxAllocated) in n8_pmalloc()
197 memCtl_p->maxAllocated = n8_atomic_read(memCtl_p->curAllocated); in n8_pmalloc()
233 if (n8_atomic_read(memCtl_p->curAllocated) > memCtl_p->maxAllocated) in n8_pmalloc()
235 memCtl_p->maxAllocated = n8_atomic_read(memCtl_p->curAllocated); in n8_pmalloc()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/include_private/
H A Dn8_manage_memory.h103 int maxAllocated; /* max allocated since creation */ member
116 int maxAllocated; /* max allocated since creation */ member
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/common/
H A DuserPool.c271 memBankCtl_p->maxAllocated = 0; in userPoolAlloc()
399 memStatsPtr->maxAllocated = memBankCtl_p->maxAllocated; in userPoolStats()
H A Dn8_memory.c206 memCtl_p->maxAllocated, memCtl_p->maxEntries, in n8_memoryDisplay()
207 ((memCtl_p->maxAllocated * 100)/ memCtl_p->maxEntries)); in n8_memoryDisplay()
373 memCtl_p->maxAllocated = 0; in n8_setupAllocatedMemory()
799 memStatsPtr->maxAllocated = memCtl_p->maxAllocated; in N8_QueryMemStatistics()
/dports/science/cdf/cdf33_0-dist/src/lib/
H A Dcdfput1.c107 Int32 offset, flags, dataType, numElems, maxRec, maxAllocated; local
150 if (maxAllocated > NO_RECORD) return CANNOT_CHANGE;
200 Int32 offset, maxAllocated; local
227 if (!sX(LastRecord(CDF,offset,zVar,&maxAllocated),&pStatus)) {
231 if (maxAllocated > NO_RECORD) return CANNOT_CHANGE;
270 Int32 offset, numDims, maxAllocated; int dimN; local
296 if (!sX(LastRecord(CDF,offset,zVar,&maxAllocated),&pStatus)) {
300 if (maxAllocated > NO_RECORD) return CANNOT_CHANGE;
374 if (firstRecN > Var->maxAllocated + 1) {
375 firstRecN = Var->maxAllocated + 1;
[all …]
H A Dcdfput1_64.c147 if (!sX(LastRecord64(CDF,offset,zVar,&maxAllocated),&pStatus)) {
151 if (maxAllocated > NO_RECORD) return CANNOT_CHANGE;
201 Int32 maxAllocated; OFF_T offset; local
228 if (!sX(LastRecord64(CDF,offset,zVar,&maxAllocated),&pStatus)) {
232 if (maxAllocated > NO_RECORD) return CANNOT_CHANGE;
271 Int32 numDims, maxAllocated; int dimN; OFF_T offset; local
297 if (!sX(LastRecord64(CDF,offset,zVar,&maxAllocated),&pStatus)) {
301 if (maxAllocated > NO_RECORD) return CANNOT_CHANGE;
375 if (firstRecN > Var->maxAllocated + 1) {
376 firstRecN = Var->maxAllocated + 1;
[all …]
H A Dcdfput2_64.c359 Int32 maxAllocated, pCount; int p; OFF_T VDRoffset; local
418 if (!sX(LastRecord64(CDF,VDRoffset,zVar,&maxAllocated),&pStatus)){
422 if (maxAllocated > NO_RECORD) return CANNOT_COMPRESS;
571 Int32 maxAllocated, maxRec; OFF_T VDRoffset; local
621 if (!sX(LastRecord64(CDF,VDRoffset,zVar,&maxAllocated),&pStatus)){
625 if (maxAllocated > NO_RECORD) return CANNOT_SPARSERECORDS;
H A Dcdfput2.c355 Int32 VDRoffset, maxAllocated, pCount; int p; local
414 if (!sX(LastRecord(CDF,VDRoffset,zVar,&maxAllocated),&pStatus)){
418 if (maxAllocated > NO_RECORD) return CANNOT_COMPRESS;
566 Int32 VDRoffset, maxAllocated, maxRec; local
616 if (!sX(LastRecord(CDF,VDRoffset,zVar,&maxAllocated),&pStatus)){
620 if (maxAllocated > NO_RECORD) return CANNOT_SPARSERECORDS;
H A Dcdfdel.c733 if (firstRec > Var->maxAllocated) return pStatus;
734 lastRec = MINIMUM(lastRec,Var->maxAllocated);
762 if (firstRec <= Var->maxAllocated) {
763 if (lastRec > Var->maxAllocated)
764 Var->maxAllocated = firstRec - 1;
766 Var->maxAllocated -= deleteCount;
794 if (firstRec > Var->maxAllocated) return pStatus;
795 lastRec = MINIMUM(lastRec,Var->maxAllocated);
813 if (INCLUSIVE(firstRec,Var->maxAllocated,lastRec)) {
816 &(Var->maxAllocated),&found),&pStatus)) return
[all …]
H A Dcdfdel64.c739 if (firstRec > Var->maxAllocated) return pStatus;
740 lastRec = MINIMUM(lastRec,Var->maxAllocated);
768 if (firstRec <= Var->maxAllocated) {
769 if (lastRec > Var->maxAllocated)
770 Var->maxAllocated = firstRec - 1;
772 Var->maxAllocated -= deleteCount;
800 if (firstRec > Var->maxAllocated) return pStatus;
801 lastRec = MINIMUM(lastRec,Var->maxAllocated);
819 if (INCLUSIVE(firstRec,Var->maxAllocated,lastRec)) {
822 &(Var->maxAllocated),&found),&pStatus)) return
[all …]
H A Dcdfmisc3.c244 if (lastRec > Var->maxAllocated) {
246 Int32 nNeeded = lastRec - Var->maxAllocated;
248 LoadAllocVVR (alloc, Var->maxAllocated + 1,
249 Var->maxAllocated + nRecords, FALSE)
251 Var->maxAllocated = alloc.last;
1743 Var->maxAllocated = MAXIMUM(Var->maxAllocated,Var->stage.lastRec);
H A Dcdfmisc1_64.c82 if (Var->maxWritten < Var->maxAllocated) {
85 Var->maxAllocated),&pStatus)) break;
86 Var->maxWritten = Var->maxAllocated;
H A Dcdfmisc3_64.c247 if (lastRec > Var->maxAllocated) {
249 Int32 nNeeded = lastRec - Var->maxAllocated;
251 LoadAllocVVR64 (alloc, Var->maxAllocated + 1,
252 Var->maxAllocated + nRecords, FALSE)
254 Var->maxAllocated = alloc.last;
1519 Var->maxAllocated = MAXIMUM(Var->maxAllocated,Var->stage.lastRec);
/dports/games/passage/Passage_v4_UnixSource/minorGems/util/development/leakTracer/
H A DLeakTracer.cc125 int maxAllocated; // maximum Allocated member in LeakTracer
176 maxAllocated = 0; in initialize()
363 if (currentAllocated > maxAllocated) in registerAlloc()
364 maxAllocated = currentAllocated; in registerAlloc()
533 " %d kBytes\n", totalAllocations, maxAllocated / 1024); in writeLeakReport()
/dports/devel/leaktracer/LeakTracer/
H A DLeakTracer.cc102 int maxAllocated; // maximum Allocated member in LeakTracer
153 maxAllocated = 0; in initialize()
320 if (currentAllocated > maxAllocated) in registerAlloc()
321 maxAllocated = currentAllocated; in registerAlloc()
479 " %d kBytes\n", totalAllocations, maxAllocated / 1024); in writeLeakReport()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/util/development/leakTracer/
H A DLeakTracer.cc125 int maxAllocated; // maximum Allocated member in LeakTracer
176 maxAllocated = 0; in initialize()
363 if (currentAllocated > maxAllocated) in registerAlloc()
364 maxAllocated = currentAllocated; in registerAlloc()
533 " %d kBytes\n", totalAllocations, maxAllocated / 1024); in writeLeakReport()
/dports/devel/cproto/cproto-4.7k/
H A Dtrace.c154 static long maxAllocated, /* maximum # of bytes allocated */ variable
218 if (nowAllocated > maxAllocated) in record_alloc()
219 maxAllocated = nowAllocated; in record_alloc()
316 Trace(format, "maximum bytes allocated:", maxAllocated); in show_alloc()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A DFastAlloc.h61 int64_t maxAllocated; member
64 maxAllocated = std::max(allocCount-deallocCount,maxAllocated);
/dports/editors/vile/vile-9.8v/
H A Dtrace.c630 static long maxAllocated; /* maximum # of bytes allocated */ variable
711 if (nowAllocated > maxAllocated) in record_alloc()
712 maxAllocated = nowAllocated; in record_alloc()
858 Trace(fmt, "maximum bytes allocated:", maxAllocated); in show_alloc()
/dports/editors/xvile/vile-9.8v/
H A Dtrace.c630 static long maxAllocated; /* maximum # of bytes allocated */ variable
711 if (nowAllocated > maxAllocated) in record_alloc()
712 maxAllocated = nowAllocated; in record_alloc()
858 Trace(fmt, "maximum bytes allocated:", maxAllocated); in show_alloc()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/ui/
H A DPaneManager.java1103 double maxAllocated = panel_.getOffsetWidth() - (remainingColumns * maxColumnWidth); in getValidColumnWidths() local
1107 if (maxAllocated < (widgets.size() * minColumnWidth)) in getValidColumnWidths()
1108 maxAllocated = Math.max((maxAllocated - (widgets.size() * minColumnWidth)), minAllocated); in getValidColumnWidths()
1114 double maxThreshold = maxAllocated / widgets.size(); in getValidColumnWidths()

12