Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 25 of 149) sorted by relevance

123456

/reactos/sdk/include/c++/stlport/stl/
H A D_alloc.h67 static void* _STLP_CALL allocate(size_t __n)
92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } in allocate() function
133 static void* _STLP_CALL allocate(size_t);
157 static void* _STLP_CALL allocate(size_t& __n) in allocate() function
301 _Tp* allocate(size_type __n, const void* = 0) {
525 _Tp* allocate(size_type __n, size_type& __allocated_n) {
531 return allocate(__n, __allocated_n, _STLportAlloc());
538 _Tp* allocate(size_type __n)
547 _Tp* allocate(size_type __n)
548 { return _Base::allocate(__n); }
[all …]
H A D_pthread_alloc.h76 static void * _STLP_CALL allocate(size_t& __n);
83 static void * _STLP_CALL allocate(size_t& __n, __state_type* __a);
129 _Tp* allocate(size_type __n, const void* = 0) {
135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
168 _Tp* allocate(size_type __n, size_type& __allocated_n) { in allocate() function
174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size)); in allocate()
312 _Tp* allocate(size_type __n, const void* = 0) {
318 _Tp* __ret = __REINTERPRET_CAST(_Tp*, _S_Alloc::allocate(__buf_size, _M_state));
354 _Tp* allocate(size_type __n, size_type& __allocated_n) {
360 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size, _M_state));
H A D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { in allocate() function
45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n); in allocate()
H A D_iostream_string.h63 _CharT* allocate(size_type __n, const void* __ptr = 0) {
65 return _Base::allocate(__n, __ptr);
H A D_deque.c52 _M_map._M_data = _M_map.allocate(_M_map_size._M_data); in _M_initialize_map()
74 *__cur = _M_map_size.allocate(this->buffer_size()); in _M_create_nodes()
384 *(this->_M_finish._M_node + 1) = this->_M_map_size.allocate(this->buffer_size()); in _M_push_back_aux_v()
399 *(this->_M_finish._M_node + 1) = this->_M_map_size.allocate(this->buffer_size()); in _M_push_back_aux()
414 *(this->_M_start._M_node - 1) = this->_M_map_size.allocate(this->buffer_size()); in _M_push_front_aux_v()
430 *(this->_M_start._M_node - 1) = this->_M_map_size.allocate(this->buffer_size()); in _M_push_front_aux()
752 *(this->_M_start._M_node - __i) = this->_M_map_size.allocate(this->buffer_size()); in _M_new_elements_at_front()
766 *(this->_M_finish._M_node + __i) = this->_M_map_size.allocate(this->buffer_size()); in _M_new_elements_at_back()
792 _Map_pointer __new_map = this->_M_map.allocate(__new_map_size); in _M_reallocate_map()
H A D_vector.c74 __tmp = this->_M_end_of_storage.allocate(__n, __n); in reserve()
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len); in _M_insert_overflow_aux()
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len); in _M_insert_overflow()
H A D_string.c171 pointer __new_start = this->_M_start_of_storage.allocate(__n, __n); in _M_reserve()
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in _M_append()
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in _M_insert_aux()
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in insert()
359 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); in _M_insert()
611 this->_M_start_of_storage._M_data = _M_start_of_storage.allocate(__n, __n); in _M_allocate_block()
616 this->_M_start_of_storage._M_data = _M_start_of_storage.allocate(__n, __n); in _M_allocate_block()
H A D_vector.h71 _M_start = _M_end_of_storage.allocate(__n, __n); in _Vector_base()
267 this->_M_start = this->_M_end_of_storage.allocate(__n, __real_n); in _M_initialize_aux()
436 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
683 pointer __result = this->_M_end_of_storage.allocate(__n, __n);
705 this->_M_start = this->_M_end_of_storage.allocate(__n, __n);
H A D_string_sum_methods.h110 pointer __new_start = this->_M_start_of_storage.allocate(__len); in _M_append_sum()
134 pointer __new_start = this->_M_start_of_storage.allocate(__len); in _M_append_sum_pos()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_win32_buffer.h81 static errno_t allocate(void ** const address, size_t const size, debug_info_type const&) in allocate() function
102 …static errno_t allocate(void ** const address, size_t const size, debug_info_type const& debug_inf… in allocate() function
130 static errno_t allocate(void ** const, size_t const, debug_info_type const&) in allocate() function
288 ResizePolicy::allocate( in detach()
321 errno_t const alloc_err = allocate(required_size_plus_null_terminator); in call_win32_function()
344 errno_t allocate(size_t requested_size) in allocate() function
348 errno_t err = ResizePolicy::allocate( in allocate()
471 errno_t const alloc_err = win32_buffer.allocate(required_size_plus_null_terminator); in __acrt_convert_wcs_mbs()
504 errno_t alloc_err = win32_buffer.allocate(1); in __acrt_convert_wcs_mbs_cp()
528 errno_t alloc_err = win32_buffer.allocate(required_size_plus_null_terminator); in __acrt_convert_wcs_mbs_cp()
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dallocators.cpp131 void* _STLP_CALL __malloc_alloc::allocate(size_t __n) in allocate() function in __malloc_alloc
835 static void * allocate(size_t& __n);
842 static void * allocate(size_t& __n, __state_type* __a);
990 void *_Pthread_alloc_impl::allocate(size_t& __n) { in allocate() function in _Pthread_alloc_impl
997 return __malloc_alloc::allocate(__n); in allocate()
1034 void *_Pthread_alloc_impl::allocate(size_t& __n, __state_type* __a) { in allocate() function in _Pthread_alloc_impl
1040 return __malloc_alloc::allocate(__n); in allocate()
1087 __result = allocate(__new_sz); in reallocate()
1102 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n) in allocate() function in _Pthread_alloc
1103 { return _Pthread_alloc_impl::allocate(__n); } in allocate()
[all …]
/reactos/dll/appcompat/
H A Dhacking.txt11 [Err ][SdbpWriteBufferedData] Failed to allocate 65548 bytes.
17 [Err ][HashCreate ] Failed to allocate 8 bytes.
19 [Err ][HashAddString ] Failed to allocate 22 bytes.
/reactos/sdk/lib/3rdparty/stlport/test/compiler/
H A Deh.cc19 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024); in bad_alloc_test()
36 BigStruct *bs = all.allocate(1024*1024*1024); in bad_alloc_test1()
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dallocator_test.cpp43 char* buf = charAllocator.allocate(0); in zero_allocation()
63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024); in bad_alloc_test()
H A Dstack_allocator.h88 _Tp* allocate(size_type n, void* = 0) {
115 return allocate(n); in _M_allocate()
H A Drawriter_test.cpp46 p = a.allocate(5); in rawiter1()
/reactos/boot/freeldr/freeldr/
H A Dfreeldr_i386.msvc.lds49 // __declspec(allocate(".bss"))
61 // __declspec(allocate(".bss$ZZZ"))
/reactos/sdk/include/ndk/
H A Dsection_attribs.h28 #define DATA_SEG(segment) __declspec(allocate(segment))
/reactos/sdk/include/reactos/mc/
H A Dntiologc.mc257 The device could not allocate one or more required resources due to conflicts
267 The device could not allocate one or more required resources due to conflicts
277 The device could not allocate one or more required resources due to conflicts
287 The device could not allocate one or more required resources due to conflicts
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dfma3_available.c31 #define _CRTALLOC(x) __declspec(allocate(x))
/reactos/dll/win32/ole32/
H A Dole32_ros.diff62 - UINT codepage, void* (WINAPI *allocate)(void *this, ULONG size), void *allocate_data)
63 + UINT codepage, void* (__thiscall_wrapper *allocate)(void *this, ULONG size), void *allocate_da…
/reactos/sdk/lib/3rdparty/stlport/test/eh/
H A DPrefix.h145 _Tp* allocate(size_type __n, const void* = 0) const {
146 …return __n != 0 ? __REINTERPRET_CAST(value_type*,EH_STD::__new_alloc::allocate(__n * sizeof(value_…
/reactos/sdk/include/asm/
H A Dgenincdata.c54 __declspec(allocate(".asmdef"))
/reactos/sdk/lib/crt/include/internal/mingw-w64/
H A Dsect_attribs.h66 #define _CRTALLOC(x) __declspec(allocate(x))
/reactos/modules/rostests/apitests/ntdll/load_notifications/
H A Dload_notifications.c9 #define _CRTALLOC(x) __declspec(allocate(x))

123456