• Home
  • Raw
  • Download

Lines Matching refs:__obj

766   typedef _Pthread_alloc_obj __obj;  typedef
775 …d *)__CONST_CAST(_Pthread_alloc_obj**, __free_list), 0, (size_t)_S_NFREELISTS * sizeof(__obj *)); } in _Pthread_alloc_per_thread_state()
854 typedef _Pthread_alloc_obj __obj; in _M_refill() typedef
857 __obj * volatile * __my_free_list; in _M_refill()
858 __obj * __result; in _M_refill()
859 __obj * __current_obj, * __next_obj; in _M_refill()
869 __result = (__obj *)__chunk; in _M_refill()
870 *__my_free_list = __next_obj = (__obj *)(__chunk + __n); in _M_refill()
873 __next_obj = (__obj *)((char *)__next_obj + __n); in _M_refill()
936 typedef _Pthread_alloc_obj __obj; in _S_chunk_alloc() typedef
960 __obj * volatile * __my_free_list = __a->__free_list + _S_freelist_index(__bytes_left); in _S_chunk_alloc()
961 ((__obj *)_S_start_free) -> __free_list_link = *__my_free_list; in _S_chunk_alloc()
962 *__my_free_list = (__obj *)_S_start_free; in _S_chunk_alloc()
991 typedef _Pthread_alloc_obj __obj; in allocate() typedef
992 __obj * volatile * __my_free_list; in allocate()
993 __obj * __result; in allocate()
1015 typedef _Pthread_alloc_obj __obj; in deallocate() typedef
1016 __obj *__q = (__obj *)__p; in deallocate()
1017 __obj * volatile * __my_free_list; in deallocate()
1035 typedef _Pthread_alloc_obj __obj; in allocate() typedef
1036 __obj * volatile * __my_free_list; in allocate()
1037 __obj * __result; in allocate()
1060 typedef _Pthread_alloc_obj __obj; in deallocate() typedef
1061 __obj *__q = (__obj *)__p; in deallocate()
1062 __obj * volatile * __my_free_list; in deallocate()