Home
last modified time | relevance | path

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

12

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dmetaslab.c737 metaslab_group_create(metaslab_class_t *mc, vdev_t *vd, int allocators) in metaslab_group_create() argument
745 mg->mg_primaries = kmem_zalloc(allocators * sizeof (metaslab_t *), in metaslab_group_create()
747 mg->mg_secondaries = kmem_zalloc(allocators * sizeof (metaslab_t *), in metaslab_group_create()
756 mg->mg_allocators = allocators; in metaslab_group_create()
758 mg->mg_alloc_queue_depth = kmem_zalloc(allocators * in metaslab_group_create()
760 mg->mg_cur_max_alloc_queue_depth = kmem_zalloc(allocators * in metaslab_group_create()
762 for (int i = 0; i < allocators; i++) { in metaslab_group_create()
/freebsd-12-stable/contrib/apr/
DREADME30 Memory management (high performance allocators)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddone_abilist.txt47 # Functions of memory allocators
/freebsd-12-stable/contrib/jemalloc/
DChangeLog287 - Implement per arena base allocators, so that arenas never share any virtual
716 - Add support for per arena application-specified chunk allocators, configured
719 function as general purpose independent allocators. This is important in
720 the context of user-specified chunk allocators, aside from the scalability
/freebsd-12-stable/sys/contrib/zstd/
DNEWS35 fix : multi-threading compression works with custom allocators
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
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-12-stable/contrib/libstdc++/include/tr1/
Dhashtable682 // 431. Swapping containers with unequal allocators.
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dvector876 // We call annotatations only for the default Allocator because other allocators
2075 " or the allocators must compare equal");
Dlist783 " or the allocators must compare equal");
D__hash_table2724 " or the allocators must compare equal");
Dstring3527 __alloc() == __str.__alloc(), "swapping non-equal allocators");
/freebsd-12-stable/contrib/expat/
DChanges1036 Annotate memory allocators for GCC
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20042016 * testsuite/ext/allocators.cc: Use check_new, split into...
3289 number of bytes requested by the allocators/application. This is
5835 count. Support more allocators. Mark each allocator test to
5866 * src/allocator.cc: ...here. New. For the underlying allocators.
Dacinclude.m4556 dnl memory (mostly useful together with shared memory allocators, see PR
DChangeLog-200385 * testsuite/ext/allocators.cc: Minimal fixups for usage of new
4589 * testsuite/ext/allocators.cc: Fixup.
6972 * docs/html/faq/index.html: Explain memory "leaks" due to allocators.
8000 * testsuite/ext/allocators.cc: Update.
DChangeLog-2001415 * testsuite/ext/allocators.cc: New file.
782 allocators and __USE_MALLOC effects.
DChangeLog-2002834 * testsuite/ext/allocators.cc: Likewise.
DChangeLog-2005917 to nop for empty allocators.
DChangeLog-20065416 allocators, optimized to nothing in case they are empty.
/freebsd-12-stable/contrib/ncurses/
DINSTALL301 terminfo database without writing portions to disk. Some allocators
/freebsd-12-stable/contrib/libevent/
DChangeLog-2.01140 …tc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
/freebsd-12-stable/sys/contrib/zlib/
DChangeLog977 - Use far memory allocators in small 16-bit memory models for
/freebsd-12-stable/contrib/ntp/sntp/libevent/
DChangeLog-2.01140 …tc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
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-12-stable/contrib/ntp/
DChangeLog4111 DEBUG for all the typical C runtime allocators such as calloc,

12