Home
last modified time | relevance | path

Searched defs:SimpleAlloc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsimple_planner.h32 struct SimpleAlloc { struct
33 SimpleAlloc() { reset(); } in SimpleAlloc() argument
36 size_t size;
38 int32_t node;
40 char* ptr;
43 inline void reset() { in reset()
51 inline bool alloc(size_t new_size, int32_t new_first_node) { in alloc()
63 inline void free() { in free()
/aosp_15_r20/system/chre/apps/test/chqts/src/shared/
H A Dchunk_allocator_test.cc31 TEST(ChunkAllocatorTests, SimpleAlloc) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_virtual_mem_allocator_test.cc50 TEST(GpuVirtualMemAllocatorTest, SimpleAlloc) { in TEST() argument