Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c718 metaslab_group_create(metaslab_class_t *mc, vdev_t *vd, int allocators) in metaslab_group_create() argument
726 mg->mg_primaries = kmem_zalloc(allocators * sizeof (metaslab_t *), in metaslab_group_create()
728 mg->mg_secondaries = kmem_zalloc(allocators * sizeof (metaslab_t *), in metaslab_group_create()
737 mg->mg_allocators = allocators; in metaslab_group_create()
739 mg->mg_alloc_queue_depth = kmem_zalloc(allocators * sizeof (refcount_t), in metaslab_group_create()
741 mg->mg_cur_max_alloc_queue_depth = kmem_zalloc(allocators * in metaslab_group_create()
743 for (int i = 0; i < allocators; i++) { in metaslab_group_create()
/freebsd-12.1/contrib/apr/
H A DREADME30 Memory management (high performance allocators)
/freebsd-12.1/contrib/expat/
H A DChanges28 Annotate memory allocators for GCC
/freebsd-12.1/contrib/jemalloc/
H A 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.1/sys/contrib/zstd/
H A DNEWS35 fix : multi-threading compression works with custom allocators
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td204 // registers by register allocators.
255 // register allocators automatically remove reserved registers and move
269 // Specify allocation priority for register allocators using a greedy
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dhashtable682 // 431. Swapping containers with unequal allocators.
/freebsd-12.1/contrib/libc++/include/
H A Dvector848 // We call annotatations only for the default Allocator because other allocators
2077 " or the allocators must compare equal");
H A Dlist782 " or the allocators must compare equal");
H A D__hash_table2824 " or the allocators must compare equal");
H A Dstring3315 __alloc() == __str.__alloc(), "swapping non-equal allocators");
/freebsd-12.1/contrib/libstdc++/
H A 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.
H A Dacinclude.m4556 dnl memory (mostly useful together with shared memory allocators, see PR
H A 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.
H A DChangeLog-2001415 * testsuite/ext/allocators.cc: New file.
782 allocators and __USE_MALLOC effects.
H A DChangeLog-2002834 * testsuite/ext/allocators.cc: Likewise.
H A DChangeLog-2005917 to nop for empty allocators.
H A DChangeLog-20065416 allocators, optimized to nothing in case they are empty.
/freebsd-12.1/sys/contrib/zlib/
H A DChangeLog902 - Use far memory allocators in small 16-bit memory models for
/freebsd-12.1/contrib/ncurses/
H A DINSTALL301 terminfo database without writing portions to disk. Some allocators
/freebsd-12.1/contrib/libevent/
H A DChangeLog-2.01140 …tc. This should be generally useful for memory instrumentation, specialized allocators, and so on.
/freebsd-12.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-12.1/contrib/ntp/
H A DChangeLog3960 DEBUG for all the typical C runtime allocators such as calloc,
H A DCommitLog176689 DEBUG for all the typical C runtime allocators such as calloc,