/art/runtime/lambda/ |
leaking_allocator.h | 48 static AlignedMemoryStorage<T>* AllocateMemory(Thread* self, size_t byte_size = sizeof(T)) { 56 return new (AllocateMemory<T>(self, byte_size)) T(std::forward<Args>(args)...); 62 return new (AllocateMemory<T>(self, sizeof(T))) T(std::forward<Args>(args)...);
|
/external/ceres-solver/internal/ceres/ |
triplet_sparse_matrix.cc | 69 AllocateMemory(); 81 AllocateMemory(); 91 AllocateMemory(); 141 void TripletSparseMatrix::AllocateMemory() {
|
triplet_sparse_matrix.h | 109 void AllocateMemory();
|
/external/skia/src/gpu/vk/ |
GrVkMemory.cpp | 51 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateMemory(gpu->device(),
|
GrVkInterface.cpp | 39 GET_PROC(AllocateMemory);
|
/frameworks/native/vulkan/libvulkan/ |
api_gen.h | 60 PFN_vkAllocateMemory AllocateMemory;
|
api_gen.cpp | 158 INIT_PROC(dev, AllocateMemory); 301 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); [all...] |
/external/vulkan-validation-layers/include/vulkan/ |
vk_layer.h | 52 PFN_vkAllocateMemory AllocateMemory;
|
/external/valgrind/VEX/switchback/ |
test_emfloat.c | [all...] |
/external/vboot_reference/utility/ |
eficompress.c | 90 AllocateMemory ( 412 AllocateMemory () 886 Status = AllocateMemory();
|
/frameworks/native/vulkan/nulldrv/ |
null_driver_gen.cpp | 59 {"vkAllocateMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateMemory>(AllocateMemory))},
|
null_driver_gen.h | 52 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
|
null_driver.cpp | 733 VkResult AllocateMemory(VkDevice device, [all...] |
/external/opencv3/3rdparty/libwebp/dec/ |
frame.c | 410 static int AllocateMemory(VP8Decoder* const dec) { 523 if (!AllocateMemory(dec)) return 0;
|
/external/vulkan-validation-layers/loader/ |
table_ops.h | 64 table->AllocateMemory = (PFN_vkAllocateMemory)gpa(dev, "vkAllocateMemory"); 298 if (!strcmp(name, "AllocateMemory")) 299 return (void *)table->AllocateMemory; [all...] |
trampoline.c | [all...] |
/external/webp/src/dec/ |
frame.c | 701 static int AllocateMemory(VP8Decoder* const dec) { 816 if (!AllocateMemory(dec)) return 0;
|
/external/vulkan-validation-layers/demos/smoke/ |
Meshes.cpp | 533 vk::AllocateMemory(dev_, &mem_info, nullptr, &mem_);
|
Smoke.cpp | 511 vk::AllocateMemory(dev_, &mem_info, nullptr, &frame_data_mem_);
|
/art/runtime/interpreter/ |
interpreter_common.h | 247 LeakingAllocator::AllocateMemory<ArtLambdaMethod>(self); [all...] |
/external/vulkan-validation-layers/layers/ |
parameter_validation.cpp | [all...] |
core_validation.cpp | [all...] |