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

  /external/tensorflow/tensorflow/lite/
arena_planner.cc 20 struct AllocationInfo {
83 alloc_queue_.push_back({node, tensor, AllocationInfo::ALLOC});
96 alloc_queue_.push_back({node, tensor, AllocationInfo::DEALLOC});
233 if (alloc_info.type == AllocationInfo::ALLOC) {
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationInfo.java 37 * <p>Note that when creating a new {@link AllocationInfo} the usage flags <b>always</b> get ORd
40 public class AllocationInfo {
49 private static final String TAG = "AllocationInfo";
53 * Create a new {@link AllocationInfo} holding the element, size, and usage
58 * @return A new {@link AllocationInfo}
62 public static AllocationInfo newInstance(Allocation allocation) {
65 return new AllocationInfo(allocation.getElement(),
71 * Create a new {@link AllocationInfo} holding the specified format, {@link Size},
82 * @return A new {@link AllocationInfo} holding the given arguments.
89 public static AllocationInfo newInstance(Size size, int format, int usage)
    [all...]
  /art/runtime/gc/space/
large_object_space.cc 254 // allocation. Each allocation has an AllocationInfo which contains the size of the previous free
257 class AllocationInfo {
259 AllocationInfo() : prev_free_(0), alloc_size_(0) {
289 AllocationInfo* GetNextInfo() {
292 const AllocationInfo* GetNextInfo() const {
298 AllocationInfo* GetPrevFreeInfo() {
332 size_t FreeListSpace::GetSlotIndexForAllocationInfo(const AllocationInfo* info) const {
334 DCHECK_LT(info, reinterpret_cast<AllocationInfo*>(allocation_info_map_.End()));
338 AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) {
342 const AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) const
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/skia/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h     [all...]
  /external/skqp/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h     [all...]

Completed in 310 milliseconds