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

1 2 3 4 5 6 78 91011>>

  /external/boringssl/src/ssl/test/runner/
chacha20_poly1305.go 67 // original slice has sufficient capacity then no allocation is performed.
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleTests.cpp 128 de::MovePtr<Allocation> createBufferMemory (const DeviceInterface& vk,
133 de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), MemoryRequirement::HostVisible));
134 bindBufferMemory(vk, device, buffer, allocation->getMemory(), allocation->getOffset());
135 return allocation;
138 de::MovePtr<Allocation> createImageMemory (const DeviceInterface& vk,
143 de::MovePtr<Allocation> allocation (allocator.allocate(getImageMemoryRequirements(vk, device, image), MemoryRequirement::Any));
144 bindImageMemory(vk, device, image, allocation->getMemory(), allocation->getOffset())
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1290 struct pmem_allocation allocation; local
    [all...]
video_encoder_device_copper.cpp 1222 struct pmem_allocation allocation; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 1501 struct pmem_allocation allocation; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 1502 struct pmem_allocation allocation; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
addressed.go 138 // address taken to force heap allocation, and then based on
  /prebuilts/go/darwin-x86/src/crypto/aes/
aes_gcm.go 84 // original slice has sufficient capacity then no allocation is performed.
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil.go 66 // and to avoid another allocation after Read has filled the buffer. The readAll
  /prebuilts/go/darwin-x86/src/mime/
type.go 113 // allocation-free in that case.
  /prebuilts/go/darwin-x86/src/net/http/
http.go 29 // a pointer so it fits in an interface{} without allocation.
  /prebuilts/go/darwin-x86/src/runtime/
append_test.go 218 // to avoid benchmarking memory allocation and copying.
gcinfo_test.go 70 // and because on 32-bit systems a one-word allocation
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.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue12006.go 18 // Append forces heap allocation and copies entries in vals to heap, therefore they escape to heap.
  /prebuilts/go/darwin-x86/test/
heapsampling.go 128 // and returns the allocation stats aggregated by source line number.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
addressed.go 138 // address taken to force heap allocation, and then based on
  /prebuilts/go/linux-x86/src/crypto/aes/
aes_gcm.go 84 // original slice has sufficient capacity then no allocation is performed.
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil.go 66 // and to avoid another allocation after Read has filled the buffer. The readAll
  /prebuilts/go/linux-x86/src/mime/
type.go 113 // allocation-free in that case.
  /prebuilts/go/linux-x86/src/net/http/
http.go 29 // a pointer so it fits in an interface{} without allocation.
  /prebuilts/go/linux-x86/src/runtime/
append_test.go 218 // to avoid benchmarking memory allocation and copying.
gcinfo_test.go 70 // and because on 32-bit systems a one-word allocation

Completed in 1241 milliseconds

1 2 3 4 5 6 78 91011>>