Searched refs:stack_mte_ringbuffer_allocate (Results 1 – 4 of 4) sorted by relevance
63 char* data = static_cast<char*>(stack_mte_ringbuffer_allocate(0, nullptr)); in TEST()102 void* data = stack_mte_ringbuffer_allocate(size_cls, nullptr); in TEST_P()117 void* data = stack_mte_ringbuffer_allocate(size_cls, nullptr); in TEST_P()130 char* data = static_cast<char*>(stack_mte_ringbuffer_allocate(size_cls, nullptr)); in TEST_P()160 char* data = static_cast<char*>(stack_mte_ringbuffer_allocate(size_cls, nullptr)); in TEST_P()
89 inline void* stack_mte_ringbuffer_allocate(size_t n, const char* name) { in stack_mte_ringbuffer_allocate() function
126 inline void* stack_mte_ringbuffer_allocate(size_t n, const char* name) { in stack_mte_ringbuffer_allocate() function
196 void* ret = stack_mte_ringbuffer_allocate(n, name); in __allocate_stack_mte_ringbuffer()