HomeSort by relevance Sort by last modified time
    Searched refs:_Pthread_alloc_impl (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
allocators.cpp 786 class _Pthread_alloc_impl {
856 char * __chunk = _Pthread_alloc_impl::_S_chunk_alloc(__n, __nobjs, this);
866 __my_free_list = __free_list + _Pthread_alloc_impl::_S_freelist_index(__n);
884 void _Pthread_alloc_impl::_S_destructor(void *__instance) {
891 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_new_per_thread_state() {
903 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_get_per_thread_state() {
935 char *_Pthread_alloc_impl::_S_chunk_alloc(size_t __p_size, size_t &__nobjs, _Pthread_alloc_per_thread_state *__a) {
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 786 class _Pthread_alloc_impl {
856 char * __chunk = _Pthread_alloc_impl::_S_chunk_alloc(__n, __nobjs, this);
866 __my_free_list = __free_list + _Pthread_alloc_impl::_S_freelist_index(__n);
884 void _Pthread_alloc_impl::_S_destructor(void *__instance) {
891 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_new_per_thread_state() {
903 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_get_per_thread_state() {
935 char *_Pthread_alloc_impl::_S_chunk_alloc(size_t __p_size, size_t &__nobjs, _Pthread_alloc_per_thread_state *__a) {
    [all...]

Completed in 41 milliseconds