Lines Matching refs:__STATIC_CAST
62 return __STATIC_CAST(char*, __chunk); in __stlp_new_chunk()
74 return __STATIC_CAST(char*, __chunk); in __stlp_new_chunk()
79 { return __STATIC_CAST(char*, _STLP_STD::__stl_new(__bytes)); } in __stlp_new_chunk()
125 static __oom_handler_type __oom_handler = __STATIC_CAST(__oom_handler_type, 0);
342 _Obj * __pobj = __STATIC_CAST(_Obj*, __p); in _M_deallocate()
497 _S_free_list[_S_FREELIST_INDEX(__n)].push(__STATIC_CAST(_Obj*, __p)); in _M_deallocate()
542 __add_atomic_t __total_bytes = __STATIC_CAST(__add_atomic_t, _p_size) * __nobjs; in _S_chunk_alloc()
544 _FreeBlockHeader* __block = __STATIC_CAST(_FreeBlockHeader*, _S_free_mem_blocks.pop()); in _S_chunk_alloc()
551 … if ((__bytes_left < __total_bytes) && (__bytes_left >= __STATIC_CAST(__add_atomic_t, _p_size))) { in _S_chunk_alloc()
555 __total_bytes = __STATIC_CAST(__add_atomic_t, _p_size) * __nobjs; in _S_chunk_alloc()
589 __STATIC_CAST(__add_atomic_t, in _S_chunk_alloc()
590 … _S_round_up(__STATIC_CAST(__uadd_atomic_t, _STLP_ATOMIC_ADD(&_S_heap_size, 0)))) + in _S_chunk_alloc()
605 __total_bytes = __nobjs * __STATIC_CAST(__add_atomic_t, _p_size); in _S_chunk_alloc()
632 …_STLP_VERBOSE_ASSERT(((__REINTERPRET_CAST(size_t, __result) & __STATIC_CAST(size_t, _ALIGN - 1)) =… in _S_chunk_alloc()