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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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);

Completed in 160 milliseconds