Searched refs:allocate (Results 1 - 25 of 126) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_win_sections.cpp35 __declspec(allocate(".SCOV$CA")) uint64_t __start___sancov_cntrs = 0;
45 __declspec(allocate(".SCOV$CZ")) __declspec(align(1)) uint8_t
49 __declspec(allocate(".SCOV$GA")) uint64_t __start___sancov_guards = 0;
51 __declspec(allocate(".SCOV$GZ")) __declspec(align(1)) uint8_t
60 __declspec(allocate(".SCOVP$A")) uint64_t __start___sancov_pcs = 0;
62 __declspec(allocate(".SCOVP$Z")) __declspec(align(1)) uint8_t
H A Dsanitizer_win_dll_thunk.cpp62 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk;
63 __declspec(allocate(".DLLTH$Z")) DllThunkCB __stop_dll_thunk;
89 __declspec(allocate(".CRT$XIB")) int (*__dll_thunk_preinit)() =
98 __declspec(allocate(".CRT$XLAB")) void (WINAPI *__dll_thunk_tls_init)(void *,
H A Dsanitizer_win_weak_interception.cpp62 __declspec(allocate(".WEAK$A")) InterceptCB __start_weak_list;
63 __declspec(allocate(".WEAK$Z")) InterceptCB __stop_weak_list;
82 __declspec(allocate(".CRT$XIB")) int (*__weak_intercept_preinit)() =
91 __declspec(allocate(".CRT$XLAB")) void(WINAPI *__weak_intercept_tls_init)(
H A Dsanitizer_win_weak_interception.h29 __declspec(allocate(".WEAK$M")) int (*__weak_intercept_##Name)() = \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals_win.cpp20 extern "C" __declspec(allocate(".ASAN$GA"))
22 extern "C" __declspec(allocate(".ASAN$GZ"))
54 extern "C" __declspec(allocate(".CRT$XCU"))
56 extern "C" __declspec(allocate(".CRT$XTX"))
H A Dasan_win_dynamic_runtime_thunk.cpp77 __declspec(allocate(".CRT$XIB")) int (*__asan_initialize_cloned_variables)() =
79 __declspec(allocate(".CRT$XLAB")) void (NTAPI *__asan_tls_init)(void *,
95 __declspec(allocate(".CRT$XTW")) void* before_global_dtors = 0;
96 __declspec(allocate(".CRT$XTY")) void* after_global_dtors = 0;
111 __declspec(allocate(".CRT$XID"))
124 __declspec(allocate(".CRT$XCAB")) int (*__asan_seh_interceptor)() =
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Ddebug_allocator.h91 allocate(size_type __n) function in class:debug_allocator
93 pointer __res = _M_allocator.allocate(__n + _M_extra);
100 allocate(size_type __n, const void* __hint) function in class:debug_allocator
102 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dentry_list_fn_imps.hpp66 entry_pointer p_e = s_entry_allocator.allocate(1);
79 entry_pointer p_e = s_entry_allocator.allocate(1);
H A Dconstructor_destructor_fn_imps.hpp71 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
82 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
94 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
109 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
123 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
138 m_entries(m_entries = s_entry_pointer_allocator.allocate(m_num_e))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_cpp.cpp27 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New);
30 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray);
34 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New);
38 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray);
41 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New,
45 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray,
50 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New,
55 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray,
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dinsert_fn_imps.hpp59 metadata_pointer a_new_metadata_vec =(new_size == 0) ? NULL : s_metadata_alloc.allocate(new_size);
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Ddefalloc.h68 inline _Tp* allocate(ptrdiff_t __size, _Tp*) { function
94 pointer allocate(size_type __n) { function in class:allocator
95 return ::allocate((difference_type)__n, (pointer)0);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DBuffer.h30 virtual Error allocate(size_t Size) = 0;
40 // Indicates that allocate(0) was called, and commit() should create or
45 Error allocate(size_t Size) override;
56 Error allocate(size_t Size) override;
H A DBuffer.cpp29 Error FileBuffer::allocate(size_t Size) { function in class:llvm::objcopy::FileBuffer
32 // happens between allocate() and commit().
52 assert(Buf && "allocate() not called before commit()!");
63 Error MemBuffer::allocate(size_t Size) { function in class:llvm::objcopy::MemBuffer
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dsplit_join_branch_bag.hpp62 internal_node_pointer p_nd = s_internal_node_allocator.allocate(1);
H A Dconstructors_destructor_fn_imps.hpp62 m_p_head(s_head_allocator.allocate(1)),
73 m_p_head(s_head_allocator.allocate(1)),
88 m_p_head(s_head_allocator.allocate(1)),
178 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1);
200 p_ret = s_internal_node_allocator.allocate(1);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp77 entry_pointer p_l = s_entry_allocator.allocate(1);
93 entry_pointer p_l = s_entry_allocator.allocate(1);
/freebsd-11-stable/usr.bin/sort/
H A Dfile.h111 void file_list_add(struct file_list *fl, const char *fn, bool allocate);
112 void file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h85 allocate(const SegmentsRequestMap &Request) = 0;
92 allocate(const SegmentsRequestMap &Request) override;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp53 PB_DS_CLASS_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
62 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
73 m_p_head(s_node_allocator.allocate(1)),
91 m_p_head(s_node_allocator.allocate(1)),
165 node_pointer p_ret = s_node_allocator.allocate(1);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp67 m_entries(s_entry_allocator.allocate(m_num_e))
78 m_entries(s_entry_allocator.allocate(m_num_e))
90 m_entries(s_entry_allocator.allocate(m_num_e))
104 m_entries(s_entry_allocator.allocate(m_num_e))
118 m_entries(s_entry_allocator.allocate(m_num_e))
133 m_entries(s_entry_allocator.allocate(m_num_e))
150 m_entries(s_entry_allocator.allocate(m_num_e))
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp81 m_a_entries(s_entry_allocator.allocate(m_actual_size))
92 m_a_entries(s_entry_allocator.allocate(m_actual_size))
104 m_a_entries(s_entry_allocator.allocate(m_actual_size))
H A Dsplit_join_fn_imps.hpp82 a_entries = s_entry_allocator.allocate(actual_size);
84 a_other_entries = s_entry_allocator.allocate(other_actual_size);
142 a_entries = s_entry_allocator.allocate(actual_size);
143 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
H A Derase_fn_imps.hpp59 entry_pointer a_entries = s_entry_allocator.allocate(actual_size);
143 entry_pointer a_entries = s_entry_allocator.allocate(actual_size);
205 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_environment.cpp76 static inline void *allocate(size_t size) { function
82 } // allocate
267 vars = (kmp_env_var_t *)allocate((delimiters + 1) * sizeof(kmp_env_var_t));
341 bulk = (char *)allocate(size);
344 vars = (kmp_env_var_t *)allocate(count * sizeof(kmp_env_var_t));
400 bulk = (char *)allocate(size);
401 vars = (kmp_env_var_t *)allocate(count * sizeof(kmp_env_var_t));

Completed in 263 milliseconds

123456