Searched defs:collectable (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dstack.c454 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, uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct) argument
H A Dzalloc.h112 /* boolean_t */ collectable :1, /* (F) garbage collect empty pages */ member in struct:zone
H A Dkalloc.c656 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, uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct) argument
H A Dzalloc.c3067 int count, collectable, exhaustibl local
3236 int count, collectable, exhaustible, caller_acct; local
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c2538 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, uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct) argument
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c2001 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, uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct) argument
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c4196 void 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, uint64_t * sum_size, int *collectable, int *exhaustable, int *caller_acct) argument

Completed in 54 milliseconds