OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__new_handler
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
new.cpp
27
#define
__new_handler
__cxxabiapple::__cxa_new_handler
macro
34
static std::new_handler
__new_handler
;
variable
165
return __sync_lock_test_and_set(&
__new_handler
, handler);
171
return __sync_fetch_and_add(&
__new_handler
, nullptr);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
new.cpp
23
#define
__new_handler
__cxxabiapple::__cxa_new_handler
macro
30
static std::new_handler
__new_handler
;
variable
174
return __sync_lock_test_and_set(&
__new_handler
, handler);
180
return __sync_fetch_and_add(&
__new_handler
, nullptr);
Completed in 44 milliseconds