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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 346 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
352 --__bin._M_free[__thread_id];
353 ++__bin._M_used[__thread_id];
714 const _Bin_record& __bin = __pool._M_get_bin(__which); local
715 if (__bin._M_first[__thread_id])
719 _Block_record* __block = __bin._M_first[__thread_id];
720 __bin._M_first[__thread_id] = __block->_M_next;
722 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 346 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
352 --__bin._M_free[__thread_id];
353 ++__bin._M_used[__thread_id];
714 const _Bin_record& __bin = __pool._M_get_bin(__which); local
715 if (__bin._M_first[__thread_id])
719 _Block_record* __block = __bin._M_first[__thread_id];
720 __bin._M_first[__thread_id] = __block->_M_next;
722 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
mt_allocator.h 346 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
352 --__bin._M_free[__thread_id];
353 ++__bin._M_used[__thread_id];
714 const _Bin_record& __bin = __pool._M_get_bin(__which); local
715 if (__bin._M_first[__thread_id])
719 _Block_record* __block = __bin._M_first[__thread_id];
720 __bin._M_first[__thread_id] = __block->_M_next;
722 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 346 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
352 --__bin._M_free[__thread_id];
353 ++__bin._M_used[__thread_id];
714 const _Bin_record& __bin = __pool._M_get_bin(__which); local
715 if (__bin._M_first[__thread_id])
719 _Block_record* __block = __bin._M_first[__thread_id];
720 __bin._M_first[__thread_id] = __block->_M_next;
722 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 346 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
352 --__bin._M_free[__thread_id];
353 ++__bin._M_used[__thread_id];
714 const _Bin_record& __bin = __pool._M_get_bin(__which); local
715 if (__bin._M_first[__thread_id])
719 _Block_record* __block = __bin._M_first[__thread_id];
720 __bin._M_first[__thread_id] = __block->_M_next;
722 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 346 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
352 --__bin._M_free[__thread_id];
353 ++__bin._M_used[__thread_id];
714 const _Bin_record& __bin = __pool._M_get_bin(__which); local
715 if (__bin._M_first[__thread_id])
719 _Block_record* __block = __bin._M_first[__thread_id];
720 __bin._M_first[__thread_id] = __block->_M_next;
722 __pool._M_adjust_freelist(__bin, __block, __thread_id);

Completed in 9202 milliseconds