Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/doc/source/
H A Dindex.rst24 .. [#] With the exception of custom memory allocators (see :doc:`api/item_reference_counting`)
/freebsd-13.1/contrib/libcbor/src/
H A DCMakeLists.txt7 LIST(APPEND SOURCES allocators.c)
/freebsd-13.1/contrib/apr/
H A DREADME30 Memory management (high performance allocators)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt47 # Functions of memory allocators
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c831 metaslab_group_create(metaslab_class_t *mc, vdev_t *vd, int allocators) in metaslab_group_create() argument
836 mg_allocator[allocators]), KM_SLEEP); in metaslab_group_create()
847 mg->mg_allocators = allocators; in metaslab_group_create()
849 for (int i = 0; i < allocators; i++) { in metaslab_group_create()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td213 // registers by register allocators.
264 // register allocators automatically remove reserved registers and move
278 // Specify allocation priority for register allocators using a greedy
/freebsd-13.1/sys/contrib/zstd/
H A DCHANGELOG285 fix : multi-threading compression works with custom allocators
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dvector876 // We call annotatations only for the default Allocator because other allocators
2075 " or the allocators must compare equal");
H A Dlist783 " or the allocators must compare equal");
H A D__hash_table2724 " or the allocators must compare equal");
H A Dstring3527 __alloc() == __str.__alloc(), "swapping non-equal allocators");
/freebsd-13.1/contrib/expat/
H A DChanges919 Annotate memory allocators for GCC
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A DChangeLog-2.01140 …tc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
/freebsd-13.1/contrib/libevent/
H A DChangeLog-2.01140 …tc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
/freebsd-13.1/sys/contrib/zlib/
H A DChangeLog965 - Use far memory allocators in small 16-bit memory models for
/freebsd-13.1/contrib/ncurses/
H A DINSTALL300 terminfo database without writing portions to disk. Some allocators
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td10651 "expected one of the predefined allocators for the variables with the static "
10757 "allocators used in 'uses_allocators' clause cannot appear in other "
/freebsd-13.1/contrib/ntp/
H A DChangeLog3989 DEBUG for all the typical C runtime allocators such as calloc,
H A DCommitLog177402 DEBUG for all the typical C runtime allocators such as calloc,