Home
last modified time | relevance | path

Searched refs:stack_mte_ringbuffer_allocate (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/core/debuggerd/libdebuggerd/test/
H A Dmte_stack_record_test.cpp63 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()
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/common_os/include/bionic/libc/platform/bionic/
H A Dmte.h89 inline void* stack_mte_ringbuffer_allocate(size_t n, const char* name) { in stack_mte_ringbuffer_allocate() function
/aosp_15_r20/bionic/libc/platform/bionic/
H A Dmte.h126 inline void* stack_mte_ringbuffer_allocate(size_t n, const char* name) { in stack_mte_ringbuffer_allocate() function
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_internal.cpp196 void* ret = stack_mte_ringbuffer_allocate(n, name); in __allocate_stack_mte_ringbuffer()