Searched refs:alloc_size (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkalloc.h96 vm_size_t *alloc_size,
H A Dzalloc.h102 vm_size_t alloc_size; /* size used for more memory */ member in struct:zone
139 vm_size_t *alloc_size,
H A Dstack.c334 vm_size_t *alloc_size, int *collectable, int *exhaustable)
351 *alloc_size = KERNEL_STACK_SIZE;
333 stack_fake_zone_info(int *count, vm_size_t *cur_size, vm_size_t *max_size, vm_size_t *elem_size, vm_size_t *alloc_size, int *collectable, int *exhaustable) argument
H A Dzalloc.c529 z->alloc_size = alloc;
933 vm_size_t alloc_size; local
939 alloc_size =
942 alloc_size = zone->alloc_size;
945 &space, alloc_size, 0,
949 if (alloc_size == PAGE_SIZE)
952 zone_page_init(space, alloc_size,
954 zcram(zone, (void *)space, alloc_size);
1663 (((z->cur_size - z->count * elt_size) <= (2 * z->alloc_size)) ||
[all...]
H A Dkalloc.c544 vm_size_t *alloc_size, int *collectable, int *exhaustable)
550 *alloc_size = kalloc_large_total / kalloc_large_inuse;
543 kalloc_fake_zone_info(int *count, vm_size_t *cur_size, vm_size_t *max_size, vm_size_t *elem_size, vm_size_t *alloc_size, int *collectable, int *exhaustable) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea.c316 vm_size_t *alloc_size, int *collectable, int *exhaustable)
322 *alloc_size = PAGE_SIZE;
315 save_fake_zone_info(int *count, vm_size_t *cur_size, vm_size_t *max_size, vm_size_t *elem_size, vm_size_t *alloc_size, int *collectable, int *exhaustable) argument
H A Dsavearea.h358 vm_size_t *alloc_size,
H A Dmappings.h417 vm_size_t *alloc_size,
H A Dmappings.c1474 vm_size_t *alloc_size, int *collectable, int *exhaustable)
1480 *alloc_size = PAGE_SIZE;
1473 mapping_fake_zone_info(int *count, vm_size_t *cur_size, vm_size_t *max_size, vm_size_t *elem_size, vm_size_t *alloc_size, int *collectable, int *exhaustable) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_purgeable.c137 vm_size_t alloc_size = token_q_cur_size + PAGE_SIZE; local
142 (vm_offset_t*)&new_loc, alloc_size);
144 result=kmem_alloc(kernel_map, (vm_offset_t*)&new_loc, alloc_size);
161 token_q_cur_size=alloc_size;
H A Dvm_kern.c669 vm_object_size_t alloc_size; local
671 alloc_size = vm_object_round_page(size);
673 while (alloc_size) {
688 alloc_size -= PAGE_SIZE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c4457 vm_size_t *alloc_size, int *collectable, int *exhaustable)
4463 *alloc_size = PAGE_SIZE;
4456 pt_fake_zone_info(int *count, vm_size_t *cur_size, vm_size_t *max_size, vm_size_t *elem_size, vm_size_t *alloc_size, int *collectable, int *exhaustable) argument

Completed in 174 milliseconds