OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cxa_eh_globals_allocator
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc
203
static PageBasedAllocator
__cxa_eh_globals_allocator
;
member in namespace:__anon111624
212
__cxa_eh_globals_allocator
.Init<__cxa_eh_globals>();
218
__cxa_eh_globals_allocator
.Deinit();
238
obj =
__cxa_eh_globals_allocator
.Alloc();
252
__cxa_eh_globals_allocator
.Release(obj);
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi.cc
203
static PageBasedAllocator
__cxa_eh_globals_allocator
;
member in namespace:__anon112012
212
__cxa_eh_globals_allocator
.Init<__cxa_eh_globals>();
218
__cxa_eh_globals_allocator
.Deinit();
238
obj =
__cxa_eh_globals_allocator
.Alloc();
252
__cxa_eh_globals_allocator
.Release(obj);
Completed in 601 milliseconds