HomeSort by relevance Sort by last modified time
    Searched full:prealloc (Results 1 - 25 of 39) sorted by null

1 2

  /external/ltp/runtest/
fs_ext4 3 ext4-persist-prealloc ext4_persist_prealloc_test.sh
  /external/icu/icu4c/source/common/
cmemory.cpp 35 static UMemReallocFn *pRealloc;
105 if (pRealloc) {
106 return (*pRealloc)(pContext, buffer, size);
151 pRealloc = r;
159 pRealloc = NULL;
  /external/skia/tests/
GrMemoryPoolTest.cpp 178 // prealloc and min alloc sizes for the pool
261 // Effective prealloc space capacity is >= kSmallestMinAllocSize.
267 // Effective prealloc space capacity is >= minAllocSize.
344 // Effective prealloc space capacity is >= kSmallestMinAllocCount.
353 // Effective prealloc space capacity is >= minAllocCount.
367 // Fill prealloc space
390 // Fill prealloc space
  /external/skqp/tests/
GrMemoryPoolTest.cpp 178 // prealloc and min alloc sizes for the pool
261 // Effective prealloc space capacity is >= kSmallestMinAllocSize.
267 // Effective prealloc space capacity is >= minAllocSize.
344 // Effective prealloc space capacity is >= kSmallestMinAllocCount.
353 // Effective prealloc space capacity is >= minAllocCount.
367 // Fill prealloc space
390 // Fill prealloc space
  /external/llvm/lib/Target/ARM/
ARM.h 36 FunctionPass *createARMLoadStoreOptimizationPass(bool PreAlloc = false);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARM.h 40 FunctionPass *createARMLoadStoreOptimizationPass(bool PreAlloc = false);
  /external/ltp/testcases/kernel/fs/ext4-new-features/
README 15 prealloc, subdirectory limit and uninit groups of ext4.
99 ext4-persist-prealloc
101 Directory containing the shell script which is used to test persist prealloc
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_sched.h 319 void init_globals(val_set &s, bool prealloc);
  /external/skia/src/gpu/
GrMemoryPool.h 26 * Prealloc size is the amount of space to allocate at pool creation
  /external/skqp/src/gpu/
GrMemoryPool.h 26 * Prealloc size is the amount of space to allocate at pool creation
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
closure.go 516 if x := prealloc[func_]; x != nil {
520 delete(prealloc, func_)
710 if x := prealloc[n]; x != nil {
714 delete(prealloc, n)
order.go 761 // prealloc[n] is the temp for the iterator.
763 prealloc[n] = ordertemp(hiter(n.Type), order, true)
979 // prealloc[x] records the allocation to use for x.
980 var prealloc = map[*Node]*Node{} var
1012 prealloc[n] = ordertemp(t, order, false)
    [all...]
walk.go 223 if prealloc[v] == nil {
224 prealloc[v] = callnew(v.Type)
226 nn := nod(OAS, v.Name.Param.Heapaddr, prealloc[v])
    [all...]
range.go 292 hit := prealloc[n]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
closure.go 516 if x := prealloc[func_]; x != nil {
520 delete(prealloc, func_)
710 if x := prealloc[n]; x != nil {
714 delete(prealloc, n)
order.go 761 // prealloc[n] is the temp for the iterator.
763 prealloc[n] = ordertemp(hiter(n.Type), order, true)
979 // prealloc[x] records the allocation to use for x.
980 var prealloc = map[*Node]*Node{} var
1012 prealloc[n] = ordertemp(t, order, false)
    [all...]
walk.go 223 if prealloc[v] == nil {
224 prealloc[v] = callnew(v.Type)
226 nn := nod(OAS, v.Name.Param.Heapaddr, prealloc[v])
    [all...]
  /device/google/marlin/dumpstate/
DumpstateDevice.cpp 152 DumpFileToFd(fd, "CNSS Pre-Alloc", "/d/cnss-prealloc/status");
  /device/google/marlin/sepolicy/
genfs_contexts 89 genfscon debugfs /cnss-prealloc/status u:object_r:debugfs_cnss:s0
  /test/vts-testcase/kernel/ltp/configs/
disabled_tests.py 156 'fs_ext4.ext4-persist-prealloc',
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
split.h 348 and the appends only done when the prealloc buffer is full.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
split.h 348 and the appends only done when the prealloc buffer is full.
  /external/python/cpython2/Objects/stringlib/
split.h 348 and the appends only done when the prealloc buffer is full.
  /external/python/cpython3/Objects/stringlib/
split.h 345 and the appends only done when the prealloc buffer is full.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcm_mpool_pub.h 29 * prealloc: The contiguous memory block of objects can either be supplied

Completed in 1396 milliseconds

1 2