OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_S_free_list
(Results
1 - 14
of
14
) 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
92
static _Obj* volatile
_S_free_list
[_S_free_list_size];
bitmap_allocator.h
550
static vector_type
_S_free_list
;
551
return
_S_free_list
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h
92
static _Obj* volatile
_S_free_list
[_S_free_list_size];
bitmap_allocator.h
550
static vector_type
_S_free_list
;
551
return
_S_free_list
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pool_allocator.h
92
static _Obj* volatile
_S_free_list
[_S_free_list_size];
bitmap_allocator.h
550
static vector_type
_S_free_list
;
551
return
_S_free_list
;
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h
92
static _Obj* volatile
_S_free_list
[_S_free_list_size];
bitmap_allocator.h
550
static vector_type
_S_free_list
;
551
return
_S_free_list
;
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h
92
static _Obj* volatile
_S_free_list
[_S_free_list_size];
bitmap_allocator.h
550
static vector_type
_S_free_list
;
551
return
_S_free_list
;
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h
92
static _Obj* volatile
_S_free_list
[_S_free_list_size];
bitmap_allocator.h
550
static vector_type
_S_free_list
;
551
return
_S_free_list
;
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
allocators.cpp
273
static _Freelist
_S_free_list
[_STLP_NFREELISTS];
320
_Obj * _STLP_VOLATILE * __my_free_list =
_S_free_list
+ _S_FREELIST_INDEX(__n);
341
_Obj * _STLP_VOLATILE * __my_free_list =
_S_free_list
+ _S_FREELIST_INDEX(__n);
386
_Obj* _STLP_VOLATILE* __my_free_list =
_S_free_list
+ _S_FREELIST_INDEX(__bytes_left);
405
__my_free_list =
_S_free_list
+ _S_FREELIST_INDEX(__i);
440
_Obj* _STLP_VOLATILE* __my_free_list =
_S_free_list
+ _S_FREELIST_INDEX(__n);
478
memset(__REINTERPRET_CAST(char*, __CONST_CAST(_Obj**, &
_S_free_list
[0])), 0, _STLP_NFREELISTS * sizeof(_Obj*));
486
_Obj* __r =
_S_free_list
[_S_FREELIST_INDEX(__n)].pop();
497
_S_free_list
[_S_FREELIST_INDEX(__n)].push(__STATIC_CAST(_Obj*, __p));
517
_Freelist* __my_freelist =
_S_free_list
+ _S_FREELIST_INDEX(__n)
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
allocators.cpp
273
static _Freelist
_S_free_list
[_STLP_NFREELISTS];
320
_Obj * _STLP_VOLATILE * __my_free_list =
_S_free_list
+ _S_FREELIST_INDEX(__n);
341
_Obj * _STLP_VOLATILE * __my_free_list =
_S_free_list
+ _S_FREELIST_INDEX(__n);
386
_Obj* _STLP_VOLATILE* __my_free_list =
_S_free_list
+ _S_FREELIST_INDEX(__bytes_left);
405
__my_free_list =
_S_free_list
+ _S_FREELIST_INDEX(__i);
440
_Obj* _STLP_VOLATILE* __my_free_list =
_S_free_list
+ _S_FREELIST_INDEX(__n);
478
memset(__REINTERPRET_CAST(char*, __CONST_CAST(_Obj**, &
_S_free_list
[0])), 0, _STLP_NFREELISTS * sizeof(_Obj*));
486
_Obj* __r =
_S_free_list
[_S_FREELIST_INDEX(__n)].pop();
497
_S_free_list
[_S_FREELIST_INDEX(__n)].push(__STATIC_CAST(_Obj*, __p));
517
_Freelist* __my_freelist =
_S_free_list
+ _S_FREELIST_INDEX(__n)
[
all
...]
Completed in 575 milliseconds