Home
last modified time | relevance | path

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

/freebsd/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/lib/libcbor/
H A DMakefile8 SRCS= allocators.c
/freebsd/contrib/libcbor/src/
H A DCMakeLists.txt1 set(SOURCES cbor.c allocators.c cbor/streaming.c cbor/internal/encoders.c cbor/internal/builder_callbacks.c cbor/internal/loaders.c cbor/internal/memory_utils.c cbor/internal/stack.c cbor/internal/unicode.c cbor/encoding.c cbor/serialization.c cbor/arrays.c cbor/common.c cbor/floats_ctrls.c cbor/bytestrings.c cbor/callbacks.c cbor/strings.c cbor/maps.c cbor/tags.c cbor/ints.c)
/freebsd/contrib/libcbor/
H A DCMakeLists.txt27 "CBOR_CUSTOM_ALLOC has been deprecated. Custom allocators are now enabled by default."
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md10 to expose equality and hasher) for the allocators and the creation
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt63 # Functions of memory allocators
/freebsd/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/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c833 metaslab_group_create(metaslab_class_t *mc, vdev_t *vd, int allocators) in metaslab_group_create() argument
838 mg_allocator[allocators]), KM_SLEEP); in metaslab_group_create()
849 mg->mg_allocators = allocators; in metaslab_group_create()
851 for (int i = 0; i < allocators; i++) { in metaslab_group_create()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td253 // registers by register allocators.
304 // register allocators automatically remove reserved registers and move
318 // Specify allocation priority for register allocators using a greedy
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config106 // the containers have compatible allocators.
H A Dvector405 …// Users might provide custom allocators, and prior to C++20 we have no existing way to detect whe…
1821 " or the allocators must compare equal");
H A Dstring827 …// Users might provide custom allocators, and prior to C++20 we have no existing way to detect whe…
1108 // Perform a copy because the allocators are not compatible.
3446 "swapping non-equal allocators");
H A Dlist647 " or the allocators must compare equal");
H A D__hash_table1998 "must be true or the allocators must compare equal");
/freebsd/sys/contrib/zstd/
H A DCHANGELOG390 fix : multi-threading compression works with custom allocators
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td498 def OMP_Allocators : Directive<"allocators"> {
/freebsd/contrib/expat/
H A DChanges1311 Annotate memory allocators for GCC
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.01140 …tc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
/freebsd/contrib/libevent/
H A DChangeLog-2.01140 …tc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
/freebsd/sys/contrib/zlib/
H A DChangeLog1005 - Use far memory allocators in small 16-bit memory models for
/freebsd/contrib/ncurses/
H A DINSTALL298 terminfo database without writing portions to disk. Some allocators
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td11483 "expected one of the predefined allocators for the variables with the static "
11593 "allocators used in 'uses_allocators' clause cannot appear in other "
/freebsd/contrib/ntp/
H A DChangeLog4229 DEBUG for all the typical C runtime allocators such as calloc,
H A DCommitLog[all...]