Searched refs:collectable (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dkalloc.h91 int *collectable,
H A Dzalloc.h112 /* boolean_t */ collectable :1, /* (F) garbage collect empty pages */ member in struct:zone
187 int *collectable,
259 #define Z_COLLECT 2 /* Make zone collectable */
261 #define Z_FOREIGN 4 /* Allow collectable zone to contain foreign elements */
H A Dzalloc.c1165 z->collectable = TRUE;
1341 assert(!zone->collectable || zone->allows_foreign
1754 * with the collectable flag. What we
2124 if (__improbable(!gzfreed && zone->collectable && !zone->allows_foreign &&
2127 panic("zfree: non-allocated memory in collectable zone!");
2289 zone->collectable = value;
2588 * zones that are marked collectable looking for reclaimable
2634 if (!z->collectable)
3049 zi->tzi_collectable = (uint64_t)zcopy.collectable;
3067 int count, collectable, exhaustibl local
3236 int count, collectable, exhaustible, caller_acct; local
[all...]
H A Dkalloc.c658 uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct)
672 *collectable = 0;
656 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 Dstack.c456 uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct)
478 *collectable = 1;
454 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
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c2008 int *collectable,
2022 *collectable = 1;
2001 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
4205 *collectable = 1;
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c2540 uint64_t *sum_size, int *collectable, int *exhaustable, int *caller_acct)
2549 *collectable = 1;
2538 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 44 milliseconds