HomeSort by relevance Sort by last modified time
    Searched refs:MB (Results 201 - 225 of 356) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/runtime/
mgcsweep.go 92 print("pacer: sweep done at heap size ", memstats.heap_live>>20, "MB; allocated ", mheap_.spanBytesAlloc>>20, "MB of spans; swept ", mheap_.pagesSwept, " pages at ", mheap_.sweepPagesPerByte, " pages/byte\n")
gc_test.go 138 // 400MB on 32 bots, 4TB on 64-bits.
malloc.go 45 // allocate a new group of pages (at least 1MB) from the
308 // to handle the entire 4GB address space (256 MB),
341 // So adjust it upward a little bit ourselves: 1/4 MB to get
343 // to a MB boundary.
mgcsweepbuf.go 99 // less than 2MB of memory on old spines. If
os_dragonfly.go 216 // If there's not at least 16 MB left, we're probably
os_freebsd.go 205 // If there's not at least 16 MB left, we're probably
  /prebuilts/go/linux-x86/src/runtime/
mgcsweep.go 92 print("pacer: sweep done at heap size ", memstats.heap_live>>20, "MB; allocated ", mheap_.spanBytesAlloc>>20, "MB of spans; swept ", mheap_.pagesSwept, " pages at ", mheap_.sweepPagesPerByte, " pages/byte\n")
gc_test.go 138 // 400MB on 32 bots, 4TB on 64-bits.
malloc.go 45 // allocate a new group of pages (at least 1MB) from the
308 // to handle the entire 4GB address space (256 MB),
341 // So adjust it upward a little bit ourselves: 1/4 MB to get
343 // to a MB boundary.
mgcsweepbuf.go 99 // less than 2MB of memory on old spines. If
  /art/runtime/
common_runtime_test.cc 392 std::string min_heap_string(StringPrintf("-Xms%zdm", gc::Heap::kDefaultInitialSize / MB));
393 std::string max_heap_string(StringPrintf("-Xmx%zdm", gc::Heap::kDefaultMaximumSize / MB));
  /art/runtime/gc/collector/
semi_space.cc 60 static constexpr size_t kBytesPromotedThreshold = 4 * MB;
61 static constexpr size_t kLargeObjectBytesAllocatedThreshold = 16 * MB;
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 683 std::unique_ptr<llvm::MemoryBuffer> MB =
685 RemappedFiles.push_back(std::make_pair(UF.Filename, MB.release()));
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFLiveness.cpp 569 MachineBasicBlock *MB = BA.Addr->getCode();
570 auto &LON = PhiLON[MB];
    [all...]
  /external/llvm/tools/sancov/
sancov.cc 273 std::unique_ptr<MemoryBuffer> MB =
276 auto Blacklist = SpecialCaseList::create(MB.get(), Error);
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 87 " -d{N}: set dictionary - [0, 29], default: 23 (8MB)\n" +
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 411 ~c353=MB # Martinique
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 46 #define MB (KB * KB)
47 #define VSP_VP8ENC_STATE_SIZE (1*MB)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 664 DNS_PTR_DATAW PTR,Ptr,NS,Ns,CNAME,Cname,MB,Mb,MD,Md,MF,Mf,MG,Mg,MR,Mr;
697 DNS_PTR_DATAA PTR,Ptr,NS,Ns,CNAME,Cname,MB,Mb,MD,Md,MF,Mf,MG,Mg,MR,Mr;
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips/
asm.go 154 // check if target address is in the same 256 MB region as the next instruction
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray_test.go 290 data := make([]byte, 1<<20) // 1MB of data to index
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 110 // The initial setting is 1 GB on 64-bit systems, 250 MB on 32-bit systems.
  /prebuilts/go/linux-x86/src/cmd/link/internal/mips/
asm.go 154 // check if target address is in the same 256 MB region as the next instruction
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray_test.go 290 data := make([]byte, 1<<20) // 1MB of data to index
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 110 // The initial setting is 1 GB on 64-bit systems, 250 MB on 32-bit systems.

Completed in 950 milliseconds

1 2 3 4 5 6 7 891011>>