Searched refs:reclaimable_bytes (Results 1 – 4 of 4) sorted by relevance
52 task_t task, uint64_t reclaimable_bytes);
1960 mach_vm_size_t reclaimable_bytes = in mach_vm_deferred_reclamation_buffer_update_reclaimable_bytes() local1966 return vm_deferred_reclamation_buffer_update_reclaimable_bytes_internal(task, reclaimable_bytes); in mach_vm_deferred_reclamation_buffer_update_reclaimable_bytes()1969 (void) reclaimable_bytes; in mach_vm_deferred_reclamation_buffer_update_reclaimable_bytes()
475 int64_t before_footprint, after_footprint, reclaimable_bytes = 20 * (1ULL << 20);477 T_QUIET; T_EXPECT_GE(before_footprint, reclaimable_bytes, "memory was allocated");487 …T_QUIET; T_EXPECT_LE(after_footprint, before_footprint - reclaimable_bytes, "memory was reclaimed"…
564 reclaimable_bytes : mach_vm_size_t);