/freebsd/contrib/libcbor/doc/source/ |
H A D | index.rst | 24 .. [#] With the exception of custom memory allocators (see :doc:`api/item_reference_counting`)
|
H A D | getting_started.rst | 68 Custom allocators (historically a controlled by a build flag) are always enabled.
|
/freebsd/lib/libcbor/ |
H A D | Makefile | 8 SRCS= allocators.c
|
/freebsd/contrib/libcbor/src/ |
H A D | CMakeLists.txt | 1 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 D | CMakeLists.txt | 27 "CBOR_CUSTOM_ALLOC has been deprecated. Custom allocators are now enabled by default."
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 10 to expose equality and hasher) for the allocators and the creation
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 63 # Functions of memory allocators
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 423 - 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 D | metaslab.c | 833 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 D | Target.td | 253 // 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 | __config | 106 // the containers have compatible allocators.
|
H A D | vector | 405 …// 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 D | string | 827 …// 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 D | list | 647 " or the allocators must compare equal");
|
H A D | __hash_table | 1998 "must be true or the allocators must compare equal");
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 390 fix : multi-threading compression works with custom allocators
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMP.td | 498 def OMP_Allocators : Directive<"allocators"> {
|
/freebsd/contrib/expat/ |
H A D | Changes | 1311 Annotate memory allocators for GCC
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-2.0 | 1140 …tc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog-2.0 | 1140 …tc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 1005 - Use far memory allocators in small 16-bit memory models for
|
/freebsd/contrib/ncurses/ |
H A D | INSTALL | 298 terminfo database without writing portions to disk. Some allocators
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 11483 "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 D | ChangeLog | 4229 DEBUG for all the typical C runtime allocators such as calloc,
|
H A D | CommitLog | [all...] |