OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__bin
(Results
1 - 4
of
4
) 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/current/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 161 milliseconds