Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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
HDsanitizer_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 *,
HDsanitizer_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)(
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_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)() =
HDasan_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"))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenMPKinds.def279 OPENMP_CLAUSE(allocate, OMPAllocateClause)
292 OPENMP_PARALLEL_CLAUSE(allocate)
303 OPENMP_SIMD_CLAUSE(allocate)
317 OPENMP_FOR_CLAUSE(allocate)
332 OPENMP_FOR_SIMD_CLAUSE(allocate)
342 OPENMP_SECTIONS_CLAUSE(allocate)
349 OPENMP_SINGLE_CLAUSE(allocate)
412 OPENMP_PARALLEL_FOR_CLAUSE(allocate)
432 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(allocate)
445 OPENMP_PARALLEL_MASTER_CLAUSE(allocate)
[all …]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDwrappers_cpp.cpp27 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New); in operator new()
30 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]()
34 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New); in operator new()
38 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]()
41 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New, in operator new()
45 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]()
50 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::New, in operator new()
55 return AllocatorPtr->allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]()
HDwrappers_c.inc31 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate(
58 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate(
88 return SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Memalign,
100 SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Memalign, alignment);
116 // pvalloc(0) should allocate one page.
117 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate(
124 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate(
135 return scudo::setErrnoOnNull(SCUDO_ALLOCATOR.allocate(
178 SCUDO_ALLOCATOR.allocate(size, scudo::Chunk::Origin::Malloc, alignment));
HDcombined.h78 void *allocate(UNUSED uptr Size) { in allocate() function
81 void *Ptr = Cache.allocate(QuarantineClassId); in allocate()
198 NOINLINE void *allocate(uptr Size, Chunk::Origin Origin,
205 if (void *Ptr = GuardedAlloc.allocate(roundUpTo(Size, Alignment)))
246 Block = TSD->Cache.allocate(ClassId);
252 Secondary.allocate(NeededSize, Alignment, &BlockEnd, ZeroContents);
356 void *NewPtr = allocate(NewSize, Chunk::Origin::Malloc, Alignment);
416 void *NewPtr = allocate(NewSize, Chunk::Origin::Malloc, Alignment);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
Dconstructor_destructor_fn_imps.hpp67 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
78 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
90 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
104 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
118 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
133 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
150 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
Dconstructor_destructor_fn_imps.hpp71 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
82 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
94 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
109 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
123 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
138 m_entries(m_entries = s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
Dentry_list_fn_imps.hpp66 entry_pointer p_e = s_entry_allocator.allocate(1); in get_entry()
79 entry_pointer p_e = s_entry_allocator.allocate(1); in get_entry()
/freebsd-11-stable/contrib/libstdc++/include/ext/
Ddebug_allocator.h91 allocate(size_type __n) in allocate() function
93 pointer __res = _M_allocator.allocate(__n + _M_extra); in allocate()
100 allocate(size_type __n, const void* __hint) in allocate() function
102 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in allocate()
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Dconstructors_destructor_fn_imps.hpp62 m_p_head(s_head_allocator.allocate(1)), in PB_DS_CLASS_NAME()
73 m_p_head(s_head_allocator.allocate(1)), in PB_DS_CLASS_NAME()
88 m_p_head(s_head_allocator.allocate(1)), in PB_DS_CLASS_NAME()
178 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1); in recursive_copy_node()
200 p_ret = s_internal_node_allocator.allocate(1); in recursive_copy_node()
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
Dconstructors_destructor_fn_imps.hpp53 PB_DS_CLASS_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_CLASS_NAME()
62 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_CLASS_NAME()
73 m_p_head(s_node_allocator.allocate(1)), in PB_DS_CLASS_NAME()
91 m_p_head(s_node_allocator.allocate(1)), in PB_DS_CLASS_NAME()
165 node_pointer p_ret = s_node_allocator.allocate(1); in recursive_copy_node()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDBuffer.h30 virtual Error allocate(size_t Size) = 0;
45 Error allocate(size_t Size) override;
56 Error allocate(size_t Size) override;
HDBuffer.cpp29 Error FileBuffer::allocate(size_t Size) { in allocate() function in llvm::objcopy::FileBuffer
63 Error MemBuffer::allocate(size_t Size) { in allocate() function in llvm::objcopy::MemBuffer
/freebsd-11-stable/contrib/libstdc++/include/backward/
Ddefalloc.h68 inline _Tp* allocate(ptrdiff_t __size, _Tp*) { in allocate() function
94 pointer allocate(size_type __n) { in allocate() function
95 return ::allocate((difference_type)__n, (pointer)0); in allocate()
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
Dsplit_join_fn_imps.hpp82 a_entries = s_entry_allocator.allocate(actual_size); in split()
84 a_other_entries = s_entry_allocator.allocate(other_actual_size); in split()
142 a_entries = s_entry_allocator.allocate(actual_size); in join()
143 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); in join()
Dconstructors_destructor_fn_imps.hpp81 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap_()
92 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap_()
104 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap_()
Derase_fn_imps.hpp59 entry_pointer a_entries = s_entry_allocator.allocate(actual_size); in clear()
143 entry_pointer a_entries = s_entry_allocator.allocate(actual_size); in erase_if()
205 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size); in resize_for_erase_if_needed()
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_environment.cpp76 static inline void *allocate(size_t size) { in allocate() function
267 vars = (kmp_env_var_t *)allocate((delimiters + 1) * sizeof(kmp_env_var_t)); in ___kmp_env_blk_parse_string()
341 bulk = (char *)allocate(size); in ___kmp_env_blk_parse_windows()
344 vars = (kmp_env_var_t *)allocate(count * sizeof(kmp_env_var_t)); in ___kmp_env_blk_parse_windows()
400 bulk = (char *)allocate(size); in ___kmp_env_blk_parse_unix()
401 vars = (kmp_env_var_t *)allocate(count * sizeof(kmp_env_var_t)); in ___kmp_env_blk_parse_unix()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
HDscudo_allocator.cpp301 void *allocate(uptr Size, uptr Alignment, AllocType Type, in allocate() function
307 if (void *Ptr = GuardedAlloc.allocate(Size)) in allocate()
496 void *NewPtr = allocate(NewSize, MinAlignment, FromMalloc); in reallocate()
530 void *NewPtr = allocate(NewSize, MinAlignment, FromMalloc); in reallocate()
566 return allocate(NMemB * Size, MinAlignment, FromMalloc, true); in calloc()
698 return SetErrnoOnNull(Instance.allocate(Size, Alignment, Type)); in scudoAllocate()
707 return SetErrnoOnNull(Instance.allocate(Size, MinAlignment, FromMalloc)); in scudoRealloc()
721 Instance.allocate(Size, GetPageSizeCached(), FromMemalign)); in scudoValloc()
734 return SetErrnoOnNull(Instance.allocate(Size, PageSize, FromMemalign)); in scudoPvalloc()
743 void *Ptr = Instance.allocate(Size, Alignment, FromMemalign); in scudoPosixMemalign()
[all …]
/freebsd-11-stable/usr.bin/sort/
HDfile.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/
HDJITLinkMemoryManager.h85 allocate(const SegmentsRequestMap &Request) = 0;
92 allocate(const SegmentsRequestMap &Request) override;

12345678910>>...15