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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/runtime/
malloc_test.go 97 t.Fatalf("want 1 allocation, got %v", n)
mfinal_test.go 51 // Otherwise we can't be sure when the allocation will
write_err_android.go 102 // used in initLogdWrite but defined here to avoid heap allocation.
mksizeclasses.go 11 // The size classes are chosen so that rounding an allocation
131 // allocation size and fit the same number of
mstats.go 52 // because when we split a large span for allocation, we
60 // Statistics about allocation of low-level fixed-size structures.
85 // Statistics about allocation size classes.
95 tinyallocs uint64 // number of tiny allocations that didn't cause actual allocation; not exported to go directly
394 // BySize reports per-size class allocation statistics.
407 // of allocation is Size*Mallocs. The number of live
  /prebuilts/go/linux-x86/test/fixedbugs/
issue12006.go 18 // Append forces heap allocation and copies entries in vals to heap, therefore they escape to heap.
  /prebuilts/go/linux-x86/test/
heapsampling.go 128 // and returns the allocation stats aggregated by source line number.
  /art/compiler/optimizing/
instruction_builder.h 297 void BuildConstructorFenceForAllocation(HInstruction* allocation);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.hpp 229 void bindMemory (de::MovePtr<vk::Allocation> allocation);
230 vk::Allocation getBoundMemory (void) const { return *m_allocation; }
244 de::MovePtr<vk::Allocation> m_allocation;
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 892 const vk::Allocation& allocation = m_queryPoolResultsBuffer->getBoundMemory(); local
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_code.go 21 lns byLiteral // stored to avoid repeated allocation in generate
22 lfs byFreq // stored to avoid repeated allocation in generate
  /prebuilts/go/darwin-x86/src/runtime/
mksizeclasses.go 11 // The size classes are chosen so that rounding an allocation
131 // allocation size and fit the same number of
mstats.go 52 // because when we split a large span for allocation, we
60 // Statistics about allocation of low-level fixed-size structures.
85 // Statistics about allocation size classes.
95 tinyallocs uint64 // number of tiny allocations that didn't cause actual allocation; not exported to go directly
394 // BySize reports per-size class allocation statistics.
407 // of allocation is Size*Mallocs. The number of live
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace_test.go 166 // Reduce allocation to avoid running out of
304 // Reduce allocation to avoid running out of
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_386.go 158 // Implemented in assembly to avoid allocation.
178 // socketcall assembly to avoid allocation on every system call.
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_code.go 21 lns byLiteral // stored to avoid repeated allocation in generate
22 lfs byFreq // stored to avoid repeated allocation in generate
  /prebuilts/go/linux-x86/src/runtime/trace/
trace_test.go 166 // Reduce allocation to avoid running out of
304 // Reduce allocation to avoid running out of
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_386.go 158 // Implemented in assembly to avoid allocation.
178 // socketcall assembly to avoid allocation on every system call.
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 918 SETUP_SAVE_REFS_AND_ARGS_FRAME # save callee saves in case allocation triggers GC
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMap.java 256 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); local
257 transitions = new int[allocation];
258 values = (T[]) new Object[allocation];
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMap.java 255 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); local
256 transitions = new int[allocation];
257 values = (T[]) new Object[allocation];
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
ffi.c 481 void *allocation; local
494 allocation = stack + state->nsaa;
497 return allocation;
  /external/skia/src/gpu/text/
GrAtlasTextBlob.cpp 28 void* allocation = pool->allocate(size); local
30 sk_bzero(allocation, size);
33 sk_sp<GrAtlasTextBlob> cacheBlob(new (allocation) GrAtlasTextBlob);
  /external/v8/src/objects/
scope-info.cc 462 VariableAllocationInfo allocation = ReceiverVariableField::decode(Flags()); local
463 return allocation == STACK || allocation == CONTEXT;
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 831 SETUP_SAVE_REFS_AND_ARGS_FRAME # save callee saves in case allocation triggers GC
    [all...]

Completed in 726 milliseconds

1 2 3 4 5 6 7 891011>>