Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp51 void DestroyAllocator(VmaAllocator allocator) in DestroyAllocator()
56 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory()
61 VkResult CreateBuffer(VmaAllocator allocator, in CreateBuffer()
84 void GetMemoryTypeProperties(VmaAllocator allocator, in GetMemoryTypeProperties()
91 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory()
96 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory()
101 void FlushAllocation(VmaAllocator allocator, in FlushAllocation()
109 void InvalidateAllocation(VmaAllocator allocator, in InvalidateAllocation()
/external/u-boot/fs/yaffs2/
Dyaffs_allocator.c58 struct yaffs_allocator *allocator = in yaffs_deinit_raw_tnodes() local
82 struct yaffs_allocator *allocator = dev->allocator; in yaffs_init_raw_tnodes() local
97 struct yaffs_allocator *allocator = in yaffs_create_tnodes() local
160 struct yaffs_allocator *allocator = in yaffs_alloc_raw_tnode() local
185 struct yaffs_allocator *allocator = dev->allocator; in yaffs_free_raw_tnode() local
208 struct yaffs_allocator *allocator = dev->allocator; in yaffs_init_raw_objs() local
222 struct yaffs_allocator *allocator = dev->allocator; in yaffs_deinit_raw_objs() local
244 struct yaffs_allocator *allocator = dev->allocator; in yaffs_create_free_objs() local
291 struct yaffs_allocator *allocator = dev->allocator; in yaffs_alloc_raw_obj() local
315 struct yaffs_allocator *allocator = dev->allocator; in yaffs_free_raw_obj() local
[all …]
/external/swiftshader/third_party/marl/src/
Dmarl_test.h42 delete allocator; in TearDown() local
45 marl::TrackedAllocator* allocator = nullptr; variable
70 delete allocator; in TearDown() local
73 marl::TrackedAllocator* allocator = nullptr; variable
Dosfiber_asm.h85 Allocator* allocator; variable
91 OSFiber::OSFiber(Allocator* allocator) : allocator(allocator) {} in OSFiber()
100 Allocator* allocator) { in createFiberFromCurrentThread()
107 Allocator* allocator, in createFiber()
Dosfiber_ucontext.h65 OSFiber::OSFiber(Allocator* allocator) : allocator(allocator) {} in OSFiber()
74 Allocator* allocator) { in createFiberFromCurrentThread()
82 Allocator* allocator, in createFiber()
/external/tensorflow/tensorflow/lite/experimental/ruy/
Dallocator_test.cc24 Allocator allocator; in TEST() local
36 Allocator allocator; in TEST() local
52 Allocator allocator; in TEST() local
62 Allocator allocator; in TEST() local
75 Allocator allocator; in TEST() local
88 Allocator allocator; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DIntervalMapTest.cpp23 UUMap::Allocator allocator; in TEST() local
57 UUMap::Allocator allocator; in TEST() local
158 UUHalfOpenMap::Allocator allocator; in TEST() local
189 UUMap::Allocator allocator; in TEST() local
259 UUMap::Allocator allocator; in TEST() local
373 UUMap::Allocator allocator; in TEST() local
516 UUMap::Allocator allocator; in TEST() local
592 UUMap::Allocator allocator; in TEST() local
616 UUMap::Allocator allocator; in TEST() local
660 UUMap::Allocator allocator; in TEST() local
/external/angle/src/libANGLE/
DHandleAllocator_unittest.cpp19 gl::HandleAllocator allocator; in TEST() local
44 gl::HandleAllocator allocator; in TEST() local
96 gl::HandleAllocator allocator; in TEST() local
108 gl::HandleAllocator allocator; in TEST() local
121 gl::HandleAllocator allocator; in TEST() local
141 gl::HandleAllocator allocator; in TEST() local
156 gl::HandleAllocator allocator; in TEST() local
176 gl::HandleAllocator allocator; in TEST() local
/external/llvm/unittests/ADT/
DIntervalMapTest.cpp21 UUMap::Allocator allocator; in TEST() local
55 UUMap::Allocator allocator; in TEST() local
142 UUMap::Allocator allocator; in TEST() local
212 UUMap::Allocator allocator; in TEST() local
326 UUMap::Allocator allocator; in TEST() local
469 UUMap::Allocator allocator; in TEST() local
545 UUMap::Allocator allocator; in TEST() local
569 UUMap::Allocator allocator; in TEST() local
613 UUMap::Allocator allocator; in TEST() local
/external/skqp/src/compute/common/vk/
Dhost_alloc.c26 vk_host_alloc(VkAllocationCallbacks const * allocator, size_t size) in vk_host_alloc()
32 vk_host_realloc(VkAllocationCallbacks const * allocator, void * ptr, size_t new_size) in vk_host_realloc()
38 vk_host_free(VkAllocationCallbacks const * allocator, void * ptr) in vk_host_free()
/external/skqp/src/gpu/vk/
DGrVkMemory.cpp39 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindBufferMemory() local
80 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeBufferMemory() local
94 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindImageMemory() local
126 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeImageMemory() local
143 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in MapAlloc() local
159 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in UnmapAlloc() local
195 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FlushMappedAlloc() local
214 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in InvalidateMappedAlloc() local
/external/v8/src/heap/cppgc/
Dpage-memory.cc15 void Unprotect(PageAllocator* allocator, const PageMemory& page_memory) { in Unprotect()
34 void Protect(PageAllocator* allocator, const PageMemory& page_memory) { in Protect()
51 MemoryRegion ReserveMemoryRegion(PageAllocator* allocator, in ReserveMemoryRegion()
62 void FreeMemoryRegion(PageAllocator* allocator, in FreeMemoryRegion()
71 PageMemoryRegion::PageMemoryRegion(PageAllocator* allocator, in PageMemoryRegion()
84 NormalPageMemoryRegion::NormalPageMemoryRegion(PageAllocator* allocator) in NormalPageMemoryRegion()
117 LargePageMemoryRegion::LargePageMemoryRegion(PageAllocator* allocator, in LargePageMemoryRegion()
168 PageBackend::PageBackend(PageAllocator* allocator) : allocator_(allocator) {} in PageBackend()
Dcaged-heap.h30 AllocatorType& allocator() { return *bounded_allocator_; } in allocator() function
31 const AllocatorType& allocator() const { return *bounded_allocator_; } in allocator() function
/external/skia/src/gpu/vk/
DGrVkMemory.cpp38 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindBufferMemory() local
79 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeBufferMemory() local
93 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindImageMemory() local
131 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeImageMemory() local
148 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in MapAlloc() local
164 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in UnmapAlloc() local
200 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FlushMappedAlloc() local
219 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in InvalidateMappedAlloc() local
/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c29 struct base_fs_allocator *allocator, in fs_free_blocks_range()
67 struct base_fs_allocator *allocator) in basefs_allocator_free()
103 struct base_fs_allocator *allocator, in fs_reserve_block()
133 struct base_fs_allocator *allocator, in fs_reserve_blocks_range()
166 struct base_fs_allocator *allocator, in fs_reserve_blocks()
196 struct base_fs_allocator *allocator; in base_fs_alloc_load() local
240 static errcode_t get_next_block(ext2_filsys fs, struct base_fs_allocator *allocator, in get_next_block()
283 static void skip_blocks(ext2_filsys fs, struct base_fs_allocator *allocator, in skip_blocks()
306 struct base_fs_allocator *allocator = fs->priv_data; in basefs_block_allocator() local
360 struct base_fs_allocator *allocator = fs->priv_data; in base_fs_alloc_set_target() local
[all …]
/external/oss-fuzz/projects/jbig2dec/
Djbig2_fuzzer.cc31 static void *jbig2_alloc(Jbig2Allocator *allocator, size_t size) in jbig2_alloc()
45 static void jbig2_free(Jbig2Allocator *allocator, void *p) in jbig2_free()
57 static void *jbig2_realloc(Jbig2Allocator *allocator, void *p, size_t size) in jbig2_realloc()
99 Jbig2Allocator allocator; in LLVMFuzzerTestOneInput() local
/external/tensorflow/tensorflow/lite/micro/
Dsimple_memory_allocator_test.cc28 tflite::SimpleMemoryAllocator allocator(arena, arena_size); in TF_LITE_MICRO_TEST() local
37 tflite::SimpleMemoryAllocator allocator(arena, arena_size); in TF_LITE_MICRO_TEST() local
50 tflite::SimpleMemoryAllocator allocator(arena, arena_size); in TF_LITE_MICRO_TEST() local
62 tflite::SimpleMemoryAllocator allocator(arena, arena_size); in TF_LITE_MICRO_TEST() local
/external/grpc-grpc-java/cronet/src/test/java/io/grpc/cronet/
DCronetWritableBufferAllocatorTest.java31 CronetWritableBufferAllocator allocator = new CronetWritableBufferAllocator(); in testAllocate() local
38 CronetWritableBufferAllocator allocator = new CronetWritableBufferAllocator(); in testAllocateLargeBuffer() local
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyWritableBufferAllocator.java42 private final ByteBufAllocator allocator; field in NettyWritableBufferAllocator
44 NettyWritableBufferAllocator(ByteBufAllocator allocator) { in NettyWritableBufferAllocator()
/external/swiftshader/third_party/marl/include/marl/
Dcontainers.h78 Allocator* const allocator; variable
88 Allocator* allocator /* = Allocator::Default */) in vector()
95 Allocator* allocator /* = Allocator::Default */) in vector()
104 Allocator* allocator /* = Allocator::Default */) in vector()
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpWritableBufferAllocatorTest.java34 private final OkHttpWritableBufferAllocator allocator = new OkHttpWritableBufferAllocator(); field in OkHttpWritableBufferAllocatorTest
37 protected WritableBufferAllocator allocator() { in allocator() method in OkHttpWritableBufferAllocatorTest
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyWritableBufferAllocatorTest.java35 private final NettyWritableBufferAllocator allocator = field in NettyWritableBufferAllocatorTest
39 protected WritableBufferAllocator allocator() { in allocator() method in NettyWritableBufferAllocatorTest
/external/v8/src/base/
Dhashmap.h128 AllocationPolicy allocator() const { return impl_.allocator(); } in allocator() function
174 const AllocationPolicy& allocator() const { return *this; } in allocator() function
175 AllocationPolicy& allocator() { return *this; } in allocator() function
186 AllocationPolicy allocator) in TemplateHashMapImpl()
195 AllocationPolicy allocator) in TemplateHashMapImpl()
466 allocator) {} in Base() argument
471 : Base(original, allocator) {} in Base() argument
503 : Base(capacity, KeyEqualityMatcher<void*>(), allocator) {} in Base() argument
562 HashEqualityThenKeyMatcher<void*, MatchFun>(match), allocator) {} in Base() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer_test.cc35 xla::se::StreamExecutorMemoryAllocator allocator(platform, executors); in TEST() local
99 TestAllocator allocator; in TEST() local
116 TestAllocator allocator; in TEST() local
158 TestAllocator allocator; in TEST() local
179 TestAllocator allocator; in BM_TakeSubTree() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp44 Allocator& allocator, in createTestBuffer()
72 Allocator& allocator, in createTestBuffer()
107 Allocator& allocator, in createTestImage()
145 Allocator& allocator, in createTestImage()

12345678910>>...21