Searched refs:__p_size (Results 1 – 1 of 1) sorted by relevance
271 static char* _S_chunk_alloc(size_t __p_size, int& __nobjs);935 char *_Pthread_alloc_impl::_S_chunk_alloc(size_t __p_size, size_t &__nobjs, _Pthread_alloc_per_thre… in _S_chunk_alloc() argument944 __total_bytes = __p_size * __nobjs; in _S_chunk_alloc()950 } else if (__bytes_left >= __p_size) { in _S_chunk_alloc()951 __nobjs = __bytes_left/__p_size; in _S_chunk_alloc()952 __total_bytes = __p_size * __nobjs; in _S_chunk_alloc()985 return _S_chunk_alloc(__p_size, __nobjs, __a); in _S_chunk_alloc()