HomeSort by relevance Sort by last modified time
    Searched defs:AllocateMemory (Results 1 - 10 of 10) sorted by null

  /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() {
  /external/opencv3/3rdparty/libwebp/dec/
frame.c 410 static int AllocateMemory(VP8Decoder* const dec) {
523 if (!AllocateMemory(dec)) return 0;
  /external/webp/src/dec/
frame.c 701 static int AllocateMemory(VP8Decoder* const dec) {
816 if (!AllocateMemory(dec)) return 0;
  /external/valgrind/VEX/switchback/
test_emfloat.c     [all...]
  /external/vboot_reference/utility/
eficompress.c 90 AllocateMemory (
412 AllocateMemory ()
886 Status = 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;
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 733 VkResult AllocateMemory(VkDevice device,
    [all...]

Completed in 180 milliseconds