OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cxa_allocate_exception
(Results
1 - 2
of
2
) sorted by null
/external/libcxxabi/src/
cxa_exception.cpp
159
void *
__cxa_allocate_exception
(size_t thrown_size) throw() {
function
169
// Free a __cxa_exception object allocated with
__cxa_allocate_exception
.
177
// Otherwise, it will work like
__cxa_allocate_exception
.
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp
159
void *
__cxa_allocate_exception
(size_t thrown_size) throw() {
function
169
// Free a __cxa_exception object allocated with
__cxa_allocate_exception
.
177
// Otherwise, it will work like
__cxa_allocate_exception
.
Completed in 68 milliseconds