Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_mtag.c70 char **allocator = _allocator; in save_allocator() local
72 if (*allocator) { in save_allocator()
73 if (strcmp(*allocator, argv[0]) == 0) in save_allocator()
76 free_string(*allocator); in save_allocator()
77 *allocator = alloc_string("unknown"); in save_allocator()
80 *allocator = alloc_string(argv[0]); in save_allocator()
86 char *allocator = NULL; in get_allocator_info_from_tag() local
88 run_sql(save_allocator, &allocator, in get_allocator_info_from_tag()
92 return allocator; in get_allocator_info_from_tag()
116 char *allocator; in update_mtag_info() local
[all …]
H A Dsmatch_constraints_required.c23 struct allocator { struct
29 static struct allocator generic_allocator_table[] = { argument
35 static struct allocator kernel_allocator_table[] = {
52 static struct allocator calloc_table[] = {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c1174 uint64_t psize, int allocator, int d) in metaslab_group_allocatable() argument
1206 uint64_t qmax = mg->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_allocatable()
1226 &mg->mg_alloc_queue_depth[allocator]); in metaslab_group_allocatable()
1245 qmax = mgp->mg_cur_max_alloc_queue_depth[allocator]; in metaslab_group_allocatable()
1248 &mgp->mg_alloc_queue_depth[allocator]); in metaslab_group_allocatable()
3170 int allocator, uint64_t activation_weight) in metaslab_activate_allocator() argument
3190 if (arr[allocator] != NULL) { in metaslab_activate_allocator()
3195 arr[allocator] = msp; in metaslab_activate_allocator()
3197 msp->ms_allocator = allocator; in metaslab_activate_allocator()
3211 metaslab_activate(metaslab_t *msp, int allocator, uint64_t activation_weight) in metaslab_activate() argument
[all …]
H A Dzio.c3097 zio_io_to_allocate(spa_t *spa, int allocator) in zio_io_to_allocate() argument
3101 ASSERT(MUTEX_HELD(&spa->spa_alloc_locks[allocator])); in zio_io_to_allocate()
3103 zio = avl_first(&spa->spa_alloc_trees[allocator]); in zio_io_to_allocate()
3113 ASSERT3U(zio->io_allocator, ==, allocator); in zio_io_to_allocate()
3119 avl_remove(&spa->spa_alloc_trees[allocator], zio); in zio_io_to_allocate()
3184 zio_allocate_dispatch(spa_t *spa, int allocator) in zio_allocate_dispatch() argument
3188 mutex_enter(&spa->spa_alloc_locks[allocator]); in zio_allocate_dispatch()
3189 zio = zio_io_to_allocate(spa, allocator); in zio_allocate_dispatch()
3190 mutex_exit(&spa->spa_alloc_locks[allocator]); in zio_allocate_dispatch()
/illumos-gate/usr/src/lib/libc/
H A DREADME86 There is a private memory allocator for use internally to libc.
112 lmalloc()/lfree() is a small and simple power of two allocator.
113 Do not use it as a general-purpose allocator. Be kind to it.
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c845 hashalloc(struct inode *ip, int cg, long pref, int size, ulong_t (*allocator)()) in hashalloc() argument
856 result = (*allocator)(ip, cg, pref, size); in hashalloc()
866 result = (*allocator)(ip, cg, 0, size); in hashalloc()
877 result = (*allocator)(ip, cg, 0, size); in hashalloc()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1676 14090 ld(1) could use a normal allocator
1690 14090 ld(1) could use a normal allocator
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE55 12-01-23 malloc.c: add VMALLOC_OPTIONS=break to try sbrk() block allocator first
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in1569 /* Undocumented function for memory allocator. */
H A Dlibdwarf.h.in1569 /* Undocumented function for memory allocator. */
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt9170 overhead (such as a slab allocator.)
10388 OSL will invoke the slab allocator). This support is optional; the