OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_refill
(Results
1 - 14
of
14
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h
108
_M_refill
(size_t __n);
227
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pool_allocator.h
110
_M_refill
(size_t __n);
229
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pool_allocator.h
110
_M_refill
(size_t __n);
229
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h
108
_M_refill
(size_t __n);
227
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h
108
_M_refill
(size_t __n);
227
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h
108
_M_refill
(size_t __n);
227
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pool_allocator.h
108
_M_refill
(size_t __n);
227
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h
110
_M_refill
(size_t __n);
229
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h
111
_M_refill
(size_t __n);
236
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h
110
_M_refill
(size_t __n);
229
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h
111
_M_refill
(size_t __n);
236
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pool_allocator.h
112
_M_refill
(size_t __n);
243
__ret = static_cast<_Tp*>(
_M_refill
(_M_round_up(__bytes)));
/external/stlport/src/
allocators.cpp
777
void *
_M_refill
(size_t __n);
853
void *_Pthread_alloc_per_thread_state::
_M_refill
(size_t __n) {
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
777
void *
_M_refill
(size_t __n);
853
void *_Pthread_alloc_per_thread_state::
_M_refill
(size_t __n) {
[
all
...]
Completed in 6548 milliseconds