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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
mheap.go 48 // must ensure that allocation cannot happen around the
179 // Each allocation scans allocBits starting at freeindex until it encounters a 0
206 // allocation bits. The pointers are 8 byte aligned.
238 baseMask uint16 // if non-0, elemsize is a power of 2, & this will get object allocation base
243 needzero uint8 // needs to be zeroed before allocation
    [all...]
mprof.go 381 // one allocation per MemProfileRate bytes allocated.
421 // MemProfile returns a profile of memory allocated and freed per allocation
428 // If inuseZero is true, the profile includes allocation records
hash_test.go 576 // (There is always 1 allocation of the bucket array. The map
580 // we get an allocation per key.
  /prebuilts/go/linux-x86/src/runtime/
mheap.go 48 // must ensure that allocation cannot happen around the
179 // Each allocation scans allocBits starting at freeindex until it encounters a 0
206 // allocation bits. The pointers are 8 byte aligned.
238 baseMask uint16 // if non-0, elemsize is a power of 2, & this will get object allocation base
243 needzero uint8 // needs to be zeroed before allocation
    [all...]
mprof.go 381 // one allocation per MemProfileRate bytes allocated.
421 // MemProfile returns a profile of memory allocated and freed per allocation
428 // If inuseZero is true, the profile includes allocation records
hash_test.go 576 // (There is always 1 allocation of the bucket array. The map
580 // we get an allocation per key.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go 5 // Register allocation.
68 // registers for allocation. This affinity helps eliminate moves that
129 // regalloc performs register allocation on f. It sets f.RegAlloc
130 // to the resulting allocation.
225 // Note that this is a static map computed before allocation occurs. Dynamic
691 // of improving register allocation (= is inner, and does
741 // This confuses register allocation if it occurs before it is
743 // moved after all allocation (register and stack) is complete.
868 // They're not suitable for further (phi-function) allocation.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go 5 // Register allocation.
68 // registers for allocation. This affinity helps eliminate moves that
129 // regalloc performs register allocation on f. It sets f.RegAlloc
130 // to the resulting allocation.
225 // Note that this is a static map computed before allocation occurs. Dynamic
691 // of improving register allocation (= is inner, and does
741 // This confuses register allocation if it occurs before it is
743 // moved after all allocation (register and stack) is complete.
868 // They're not suitable for further (phi-function) allocation.
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 3839 struct pmem_allocation allocation; local
    [all...]
  /prebuilts/go/darwin-x86/src/bufio/
scan.go 76 startBufSize = 4096 // Size of initial allocation for buffer.
99 // by a subsequent call to Scan. It does no allocation.
250 // Scan will use this buffer only and do no allocation.
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 20 bootstrap [64]byte // memory to hold first slice; helps small buffers avoid allocation.
121 // buffer without another allocation.
192 // makeSlice allocates a slice of size n. If the allocation fails, it panics
buffer_test.go 442 // Check no allocation occurs in write, as long as we're single-threaded.
448 t.Errorf("allocation occurred during write")
  /prebuilts/go/linux-x86/src/bufio/
scan.go 76 startBufSize = 4096 // Size of initial allocation for buffer.
99 // by a subsequent call to Scan. It does no allocation.
250 // Scan will use this buffer only and do no allocation.
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 20 bootstrap [64]byte // memory to hold first slice; helps small buffers avoid allocation.
121 // buffer without another allocation.
192 // makeSlice allocates a slice of size n. If the allocation fails, it panics
buffer_test.go 442 // Check no allocation occurs in write, as long as we're single-threaded.
448 t.Errorf("allocation occurred during write")
  /art/runtime/jit/
jit_code_cache.cc 413 uintptr_t allocation = FromCodeToAllocation(code_ptr); local
418 FreeCode(reinterpret_cast<uint8_t*>(allocation));
1112 uintptr_t allocation = FromCodeToAllocation(code_ptr); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationWin32KeyedMutexTests.cpp 115 class SimpleAllocation : public vk::Allocation
131 : Allocation (memory, 0, DE_NULL)
286 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd,
316 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown()));
319 de::MovePtr<vk::Allocation> importAndBindMemory (const vk::DeviceInterface& vkd,
349 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown()));
412 de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *image, nativeHandle, externalType); local
414 return de::MovePtr<Resource>(new Resource(image, allocation, extent, resourceDesc.imageType, resourceDesc.imageFormat, subresourceRange, subresourceLayers));
440 de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *buffer, nativeHandle, externalType) local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 7583 struct pmem_allocation allocation; local
8910 struct pmem_allocation allocation; local
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux.go 61 // declarations require heap allocation (e.g., err1).
96 // No more allocation or calls of non-assembly functions.
exec_plan9.go 124 // declarations require heap allocation (e.g., errbuf).
154 // No more allocation or calls of non-assembly functions.
  /prebuilts/go/linux-x86/src/syscall/
exec_linux.go 61 // declarations require heap allocation (e.g., err1).
96 // No more allocation or calls of non-assembly functions.
exec_plan9.go 124 // declarations require heap allocation (e.g., errbuf).
154 // No more allocation or calls of non-assembly functions.
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 358 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, vk::VkBuffer buffer, vk::MemoryRequirement requirement)
361 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, requirement); local
363 VK_CHECK(vki.bindBufferMemory(device, buffer, allocation->getMemory(), allocation->getOffset()));
364 return allocation;
367 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, vk::VkImage image, vk::MemoryRequirement requirement)
370 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, requirement); local
372 VK_CHECK(vki.bindImageMemory(device, image, allocation->getMemory(), allocation->getOffset()))
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /cts/hostsidetests/jvmti/run-tests/
Android.mk 31 src/904-object-allocation/src/art/Test904.java \

Completed in 3579 milliseconds

1 2 3 4 5 6 7 8 91011>>