Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.cpp189 char *raw_buffer = in __cxa_allocate_exception() local
191 if (NULL == raw_buffer) in __cxa_allocate_exception()
194 static_cast<__cxa_exception *>((void *)(raw_buffer + header_offset)); in __cxa_allocate_exception()
204 char *raw_buffer = in __cxa_free_exception() local
206 __aligned_free_with_fallback((void *)raw_buffer); in __cxa_free_exception()