Home
last modified time | relevance | path

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

/external/libchrome/base/containers/
Dstack_container.h74 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
88 StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function
96 StackAllocator() : source_(NULL) { in StackAllocator() function
99 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function
/external/llvm-project/compiler-rt/lib/xray/
Dxray_profile_collector.cpp170 using StackAllocator = typename StackArray::AllocatorType; in populateRecords() typedef
/external/tensorflow/tensorflow/lite/micro/
Dtest_helpers.cc40 class StackAllocator : public flatbuffers::Allocator { class
42 StackAllocator() : data_(data_backing_), data_size_(0) {} in StackAllocator() function in tflite::testing::__anon4d49c9e80111::StackAllocator