HomeSort by relevance Sort by last modified time
    Searched refs:__bin (Results 1 - 13 of 13) 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/5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 342 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
348 --__bin._M_free[__thread_id];
349 ++__bin._M_used[__thread_id];
700 const _Bin_record& __bin = __pool._M_get_bin(__which); local
701 if (__bin._M_first[__thread_id])
705 _Block_record* __block = __bin._M_first[__thread_id];
706 __bin._M_first[__thread_id] = __block->_M_next;
708 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 342 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
348 --__bin._M_free[__thread_id];
349 ++__bin._M_used[__thread_id];
700 const _Bin_record& __bin = __pool._M_get_bin(__which); local
701 if (__bin._M_first[__thread_id])
705 _Block_record* __block = __bin._M_first[__thread_id];
706 __bin._M_first[__thread_id] = __block->_M_next;
708 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 342 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
348 --__bin._M_free[__thread_id];
349 ++__bin._M_used[__thread_id];
700 const _Bin_record& __bin = __pool._M_get_bin(__which); local
701 if (__bin._M_first[__thread_id])
705 _Block_record* __block = __bin._M_first[__thread_id];
706 __bin._M_first[__thread_id] = __block->_M_next;
708 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
mt_allocator.h 342 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
348 --__bin._M_free[__thread_id];
349 ++__bin._M_used[__thread_id];
700 const _Bin_record& __bin = __pool._M_get_bin(__which); local
701 if (__bin._M_first[__thread_id])
705 _Block_record* __block = __bin._M_first[__thread_id];
706 __bin._M_first[__thread_id] = __block->_M_next;
708 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 344 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
350 --__bin._M_free[__thread_id];
351 ++__bin._M_used[__thread_id];
702 const _Bin_record& __bin = __pool._M_get_bin(__which); local
703 if (__bin._M_first[__thread_id])
707 _Block_record* __block = __bin._M_first[__thread_id];
708 __bin._M_first[__thread_id] = __block->_M_next;
710 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 344 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
350 --__bin._M_free[__thread_id];
351 ++__bin._M_used[__thread_id];
706 const _Bin_record& __bin = __pool._M_get_bin(__which); local
707 if (__bin._M_first[__thread_id])
711 _Block_record* __block = __bin._M_first[__thread_id];
712 __bin._M_first[__thread_id] = __block->_M_next;
714 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 344 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
350 --__bin._M_free[__thread_id];
351 ++__bin._M_used[__thread_id];
702 const _Bin_record& __bin = __pool._M_get_bin(__which); local
703 if (__bin._M_first[__thread_id])
707 _Block_record* __block = __bin._M_first[__thread_id];
708 __bin._M_first[__thread_id] = __block->_M_next;
710 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 344 _M_adjust_freelist(const _Bin_record& __bin, _Block_record* __block,
350 --__bin._M_free[__thread_id];
351 ++__bin._M_used[__thread_id];
706 const _Bin_record& __bin = __pool._M_get_bin(__which); local
707 if (__bin._M_first[__thread_id])
711 _Block_record* __block = __bin._M_first[__thread_id];
712 __bin._M_first[__thread_id] = __block->_M_next;
714 __pool._M_adjust_freelist(__bin, __block, __thread_id);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/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 79 milliseconds