Home
last modified time | relevance | path

Searched refs:allocators (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/lib/libcbor/
H A DMakefile9 SRCS= allocators.c
/freebsd-14.2/contrib/libcbor/doc/source/
H A Dindex.rst24 .. [#] With the exception of custom memory allocators (see :doc:`api/item_reference_counting`)
H A Dgetting_started.rst68 Custom allocators (historically a controlled by a build flag) are always enabled.
/freebsd-14.2/contrib/libcbor/src/
H A DCMakeLists.txt1 set(SOURCES cbor.c allocators.c cbor/streaming.c cbor/internal/encoders.c cbor/internal/builder_cal…
/freebsd-14.2/contrib/libcbor/
H A DCMakeLists.txt27 "CBOR_CUSTOM_ALLOC has been deprecated. Custom allocators are now enabled by default."
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.txt20 to expose equality and hasher) for the allocators and the creation
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt63 # Functions of memory allocators
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c834 metaslab_group_create(metaslab_class_t *mc, vdev_t *vd, int allocators) in metaslab_group_create() argument
839 mg_allocator[allocators]), KM_SLEEP); in metaslab_group_create()
850 mg->mg_allocators = allocators; in metaslab_group_create()
852 for (int i = 0; i < allocators; i++) { in metaslab_group_create()
/freebsd-14.2/contrib/jemalloc/
H A DChangeLog423 - Implement per arena base allocators, so that arenas never share any virtual
852 - Add support for per arena application-specified chunk allocators, configured
855 function as general purpose independent allocators. This is important in
856 the context of user-specified chunk allocators, aside from the scalability
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td236 // registers by register allocators.
287 // register allocators automatically remove reserved registers and move
301 // Specify allocation priority for register allocators using a greedy
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td1748 def OMP_Allocators : Directive<"allocators"> {
/freebsd-14.2/sys/contrib/zstd/
H A DCHANGELOG390 fix : multi-threading compression works with custom allocators
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dlist651 " or the allocators must compare equal");
H A D__config301 // the containers have compatible allocators.
H A D__hash_table1970 "must be true or the allocators must compare equal");
H A Dstring1001 // Perform a copy because the allocators are not compatible.
3315 "swapping non-equal allocators");
H A Dvector1775 " or the allocators must compare equal");
/freebsd-14.2/contrib/expat/
H A DChanges1430 Annotate memory allocators for GCC
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A DChangeLog-2.01140 …tc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
/freebsd-14.2/contrib/libevent/
H A DChangeLog-2.01140 …tc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
/freebsd-14.2/sys/contrib/zlib/
H A DChangeLog1005 - Use far memory allocators in small 16-bit memory models for
/freebsd-14.2/contrib/ncurses/
H A DINSTALL298 terminfo database without writing portions to disk. Some allocators
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td11268 "expected one of the predefined allocators for the variables with the static "
11376 "allocators used in 'uses_allocators' clause cannot appear in other "
/freebsd-14.2/contrib/ntp/
H A DChangeLog4229 DEBUG for all the typical C runtime allocators such as calloc,
/freebsd-14.2/contrib/xz/
H A DChangeLog596 correct uses most of the time but custom allocators

12