Home
last modified time | relevance | path

Searched refs:_S_start_free (Results 1 – 16 of 16) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dpool_allocator.cc67 size_t __bytes_left = _S_end_free - _S_start_free; in _M_allocate_chunk()
71 __result = _S_start_free; in _M_allocate_chunk()
72 _S_start_free += __total_bytes; in _M_allocate_chunk()
79 __result = _S_start_free; in _M_allocate_chunk()
80 _S_start_free += __total_bytes; in _M_allocate_chunk()
90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk()
112 _S_start_free = (char*)__p; in _M_allocate_chunk()
113 _S_end_free = _S_start_free + __i; in _M_allocate_chunk()
120 _S_start_free = _S_end_free = 0; // We have no chunk. in _M_allocate_chunk()
124 _S_end_free = _S_start_free + __bytes_to_get; in _M_allocate_chunk()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dpool_allocator.cc67 size_t __bytes_left = _S_end_free - _S_start_free; in _M_allocate_chunk()
71 __result = _S_start_free; in _M_allocate_chunk()
72 _S_start_free += __total_bytes; in _M_allocate_chunk()
79 __result = _S_start_free; in _M_allocate_chunk()
80 _S_start_free += __total_bytes; in _M_allocate_chunk()
90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk()
112 _S_start_free = (char*)__p; in _M_allocate_chunk()
113 _S_end_free = _S_start_free + __i; in _M_allocate_chunk()
120 _S_start_free = _S_end_free = 0; // We have no chunk. in _M_allocate_chunk()
124 _S_end_free = _S_start_free + __bytes_to_get; in _M_allocate_chunk()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dpool_allocator.cc67 size_t __bytes_left = _S_end_free - _S_start_free; in _M_allocate_chunk()
71 __result = _S_start_free; in _M_allocate_chunk()
72 _S_start_free += __total_bytes; in _M_allocate_chunk()
79 __result = _S_start_free; in _M_allocate_chunk()
80 _S_start_free += __total_bytes; in _M_allocate_chunk()
90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk()
112 _S_start_free = (char*)__p; in _M_allocate_chunk()
113 _S_end_free = _S_start_free + __i; in _M_allocate_chunk()
120 _S_start_free = _S_end_free = 0; // We have no chunk. in _M_allocate_chunk()
124 _S_end_free = _S_start_free + __bytes_to_get; in _M_allocate_chunk()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dpool_allocator.cc67 size_t __bytes_left = _S_end_free - _S_start_free; in _M_allocate_chunk()
71 __result = _S_start_free; in _M_allocate_chunk()
72 _S_start_free += __total_bytes; in _M_allocate_chunk()
79 __result = _S_start_free; in _M_allocate_chunk()
80 _S_start_free += __total_bytes; in _M_allocate_chunk()
90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk()
112 _S_start_free = (char*)__p; in _M_allocate_chunk()
113 _S_end_free = _S_start_free + __i; in _M_allocate_chunk()
120 _S_start_free = _S_end_free = 0; // We have no chunk. in _M_allocate_chunk()
124 _S_end_free = _S_start_free + __bytes_to_get; in _M_allocate_chunk()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dpool_allocator.cc67 size_t __bytes_left = _S_end_free - _S_start_free; in _M_allocate_chunk()
71 __result = _S_start_free; in _M_allocate_chunk()
72 _S_start_free += __total_bytes; in _M_allocate_chunk()
79 __result = _S_start_free; in _M_allocate_chunk()
80 _S_start_free += __total_bytes; in _M_allocate_chunk()
90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk()
112 _S_start_free = (char*)__p; in _M_allocate_chunk()
113 _S_end_free = _S_start_free + __i; in _M_allocate_chunk()
120 _S_start_free = _S_end_free = 0; // We have no chunk. in _M_allocate_chunk()
124 _S_end_free = _S_start_free + __bytes_to_get; in _M_allocate_chunk()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dpool_allocator.cc67 size_t __bytes_left = _S_end_free - _S_start_free; in _M_allocate_chunk()
71 __result = _S_start_free; in _M_allocate_chunk()
72 _S_start_free += __total_bytes; in _M_allocate_chunk()
79 __result = _S_start_free; in _M_allocate_chunk()
80 _S_start_free += __total_bytes; in _M_allocate_chunk()
90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk()
112 _S_start_free = (char*)__p; in _M_allocate_chunk()
113 _S_end_free = _S_start_free + __i; in _M_allocate_chunk()
120 _S_start_free = _S_end_free = 0; // We have no chunk. in _M_allocate_chunk()
124 _S_end_free = _S_start_free + __bytes_to_get; in _M_allocate_chunk()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dpool_allocator.cc67 size_t __bytes_left = _S_end_free - _S_start_free; in _M_allocate_chunk()
71 __result = _S_start_free; in _M_allocate_chunk()
72 _S_start_free += __total_bytes; in _M_allocate_chunk()
79 __result = _S_start_free; in _M_allocate_chunk()
80 _S_start_free += __total_bytes; in _M_allocate_chunk()
90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk()
112 _S_start_free = (char*)__p; in _M_allocate_chunk()
113 _S_end_free = _S_start_free + __i; in _M_allocate_chunk()
120 _S_start_free = _S_end_free = 0; // We have no chunk. in _M_allocate_chunk()
124 _S_end_free = _S_start_free + __bytes_to_get; in _M_allocate_chunk()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/
A Dpool_allocator.cc67 size_t __bytes_left = _S_end_free - _S_start_free; in _M_allocate_chunk()
71 __result = _S_start_free; in _M_allocate_chunk()
72 _S_start_free += __total_bytes; in _M_allocate_chunk()
79 __result = _S_start_free; in _M_allocate_chunk()
80 _S_start_free += __total_bytes; in _M_allocate_chunk()
90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk()
112 _S_start_free = (char*)__p; in _M_allocate_chunk()
113 _S_end_free = _S_start_free + __i; in _M_allocate_chunk()
120 _S_start_free = _S_end_free = 0; // We have no chunk. in _M_allocate_chunk()
124 _S_end_free = _S_start_free + __bytes_to_get; in _M_allocate_chunk()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Dpool_allocator.h95 static char* _S_start_free; in _GLIBCXX_VISIBILITY() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Dpool_allocator.h95 static char* _S_start_free; in _GLIBCXX_VISIBILITY() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Dpool_allocator.h95 static char* _S_start_free; in _GLIBCXX_VISIBILITY() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Dpool_allocator.h95 static char* _S_start_free; in _GLIBCXX_VISIBILITY() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dpool_allocator.h95 static char* _S_start_free; in _GLIBCXX_VISIBILITY() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Dpool_allocator.h93 static char* _S_start_free; in _GLIBCXX_VISIBILITY() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Dpool_allocator.h93 static char* _S_start_free; in _GLIBCXX_VISIBILITY() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Dpool_allocator.h95 static char* _S_start_free; in _GLIBCXX_VISIBILITY() local

Completed in 15 milliseconds