OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_chunks
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
allocators.cpp
307
static _ChunkList
_S_chunks
;
423
__REINTERPRET_CAST(_Obj*, _S_start_free)->_M_next =
_S_chunks
;
424
_S_chunks
= __REINTERPRET_CAST(_Obj*, _S_start_free);
469
_Obj *__pcur =
_S_chunks
, *__pnext;
475
_S_chunks
= 0;
638
_S_chunks
.push(__REINTERPRET_CAST(_Obj*, __result));
681
_Obj* __chunk =
_S_chunks
.clear();
736
_STLP_atomic_freelist __node_alloc_impl::
_S_chunks
;
738
_Node_alloc_obj* __node_alloc_impl::
_S_chunks
= 0;
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
307
static _ChunkList
_S_chunks
;
423
__REINTERPRET_CAST(_Obj*, _S_start_free)->_M_next =
_S_chunks
;
424
_S_chunks
= __REINTERPRET_CAST(_Obj*, _S_start_free);
469
_Obj *__pcur =
_S_chunks
, *__pnext;
475
_S_chunks
= 0;
638
_S_chunks
.push(__REINTERPRET_CAST(_Obj*, __result));
681
_Obj* __chunk =
_S_chunks
.clear();
736
_STLP_atomic_freelist __node_alloc_impl::
_S_chunks
;
738
_Node_alloc_obj* __node_alloc_impl::
_S_chunks
= 0;
[
all
...]
Completed in 112 milliseconds