HomeSort by relevance Sort by last modified time
    Searched refs:_M_get (Results 26 - 27 of 27) sorted by null

12

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 408 _M_get() const throw()
493 _M_get() const throw()
651 * by a call to the _M_get function.
674 _M_get(size_t __sz) throw(std::bad_alloc);
776 * complexity of the function free_list::_M_get. The part where
796 (this->_M_get(__size_to_allocate));
861 // evaluation. The return from _S_last_request->_M_get() will
866 && (*(_S_last_request._M_get()) == 0))
887 // by calling _M_get() on __fff.
888 size_t __nz_bit = _Bit_scan_forward(*__fff._M_get());
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
bitmap_allocator.h 408 _M_get() const throw()
493 _M_get() const throw()
651 * by a call to the _M_get function.
674 _M_get(size_t __sz) throw(std::bad_alloc);
776 * complexity of the function free_list::_M_get. The part where
796 (this->_M_get(__size_to_allocate));
861 // evaluation. The return from _S_last_request->_M_get() will
866 && (*(_S_last_request._M_get()) == 0))
887 // by calling _M_get() on __fff.
888 size_t __nz_bit = _Bit_scan_forward(*__fff._M_get());
    [all...]

Completed in 718 milliseconds

12