OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Obj
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h
86
union
_Obj
88
union
_Obj
* _M_free_list_link;
92
static
_Obj
* volatile _S_free_list[_S_free_list_size];
103
_GLIBCXX_CONST
_Obj
* volatile*
238
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
241
_Obj
* __restrict__ __result = *__free_list;
267
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
268
_Obj
* __q = reinterpret_cast<
_Obj
*>(__p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h
86
union
_Obj
88
union
_Obj
* _M_free_list_link;
92
static
_Obj
* volatile _S_free_list[_S_free_list_size];
103
_GLIBCXX_CONST
_Obj
* volatile*
238
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
241
_Obj
* __restrict__ __result = *__free_list;
267
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
268
_Obj
* __q = reinterpret_cast<
_Obj
*>(__p);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pool_allocator.h
86
union
_Obj
88
union
_Obj
* _M_free_list_link;
92
static
_Obj
* volatile _S_free_list[_S_free_list_size];
103
_GLIBCXX_CONST
_Obj
* volatile*
238
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
241
_Obj
* __restrict__ __result = *__free_list;
267
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
268
_Obj
* __q = reinterpret_cast<
_Obj
*>(__p);
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h
86
union
_Obj
88
union
_Obj
* _M_free_list_link;
92
static
_Obj
* volatile _S_free_list[_S_free_list_size];
103
_GLIBCXX_CONST
_Obj
* volatile*
238
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
241
_Obj
* __restrict__ __result = *__free_list;
267
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
268
_Obj
* __q = reinterpret_cast<
_Obj
*>(__p);
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h
86
union
_Obj
88
union
_Obj
* _M_free_list_link;
92
static
_Obj
* volatile _S_free_list[_S_free_list_size];
103
_GLIBCXX_CONST
_Obj
* volatile*
238
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
241
_Obj
* __restrict__ __result = *__free_list;
267
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
268
_Obj
* __q = reinterpret_cast<
_Obj
*>(__p);
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h
86
union
_Obj
88
union
_Obj
* _M_free_list_link;
92
static
_Obj
* volatile _S_free_list[_S_free_list_size];
103
_GLIBCXX_CONST
_Obj
* volatile*
238
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
241
_Obj
* __restrict__ __result = *__free_list;
267
_Obj
* volatile* __free_list = _M_get_free_list(__bytes);
268
_Obj
* __q = reinterpret_cast<
_Obj
*>(__p);
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
allocators.cpp
251
typedef _STLP_atomic_freelist::item
_Obj
;
261
typedef _Node_alloc_obj
_Obj
;
262
typedef
_Obj
* _STLP_VOLATILE _Freelist;
263
typedef
_Obj
* _ChunkList;
268
static
_Obj
* _S_refill(size_t __n);
320
_Obj
* _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n);
321
_Obj
*__r;
341
_Obj
* _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n);
342
_Obj
* __pobj = __STATIC_CAST(
_Obj
*, __p)
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
allocators.cpp
251
typedef _STLP_atomic_freelist::item
_Obj
;
261
typedef _Node_alloc_obj
_Obj
;
262
typedef
_Obj
* _STLP_VOLATILE _Freelist;
263
typedef
_Obj
* _ChunkList;
268
static
_Obj
* _S_refill(size_t __n);
320
_Obj
* _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n);
321
_Obj
*__r;
341
_Obj
* _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n);
342
_Obj
* __pobj = __STATIC_CAST(
_Obj
*, __p)
[
all
...]
Completed in 59 milliseconds