OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_chunk_alloc
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
allocators.cpp
271
static char*
_S_chunk_alloc
(size_t __p_size, int& __nobjs);
365
char* __node_alloc_impl::
_S_chunk_alloc
(size_t _p_size, int& __nobjs) {
411
return
_S_chunk_alloc
(_p_size, __nobjs);
428
return
_S_chunk_alloc
(_p_size, __nobjs);
436
char* __chunk =
_S_chunk_alloc
(__n, __nobjs);
509
char* __chunk =
_S_chunk_alloc
(__n, __nobjs);
534
char* __node_alloc_impl::
_S_chunk_alloc
(size_t _p_size, int& __nobjs) {
618
return
_S_chunk_alloc
(_p_size, __nobjs);
793
static char *
_S_chunk_alloc
(size_t __size, size_t &__nobjs, __state_type*);
856
char * __chunk = _Pthread_alloc_impl::
_S_chunk_alloc
(__n, __nobjs, this)
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
271
static char*
_S_chunk_alloc
(size_t __p_size, int& __nobjs);
365
char* __node_alloc_impl::
_S_chunk_alloc
(size_t _p_size, int& __nobjs) {
411
return
_S_chunk_alloc
(_p_size, __nobjs);
428
return
_S_chunk_alloc
(_p_size, __nobjs);
436
char* __chunk =
_S_chunk_alloc
(__n, __nobjs);
509
char* __chunk =
_S_chunk_alloc
(__n, __nobjs);
534
char* __node_alloc_impl::
_S_chunk_alloc
(size_t _p_size, int& __nobjs) {
618
return
_S_chunk_alloc
(_p_size, __nobjs);
793
static char *
_S_chunk_alloc
(size_t __size, size_t &__nobjs, __state_type*);
856
char * __chunk = _Pthread_alloc_impl::
_S_chunk_alloc
(__n, __nobjs, this)
[
all
...]
Completed in 27 milliseconds