Searched refs:allocation (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.h70 u_int32_t allocation; member in struct:sfb_stats
H A Dclassq_sfb.c237 SYSCTL_UINT(_net_classq_sfb, OID_AUTO, allocation, CTLFLAG_RW|CTLFLAG_LOCKED,
238 &sfb_allocation, 0, "SFB bin allocation");
473 "pboxtime=%llu nsec, allocation=%d, drop_thresh=%d, "
485 sps->allocation = sp->sfb_allocation;
/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c63 * data blocks for which quick allocation/deallocation is possible.
492 * The allocation log and all the related variables are protected by the zone lock for the zone_of_interest
558 * backtrace. Every free, we examine the table and determine if the allocation was being tracked,
563 * stores the backtrace associated with that allocation. This provides uniquing for the relatively large
581 * Counters for allocation statistics.
588 /* Times a new record lands on a spot previously occupied by a freed allocation */
602 * Structure for keeping track of an allocation
603 * An allocation bucket is in use if its element is not NULL
607 vm_size_t za_size; /* how much memory did this allocation take up? */
608 uint32_t za_trace_index; /* index into ztraces for backtrace associated with allocation */
827 struct zallocation* allocation = &zallocations[hashaddr(addr, zleak_alloc_buckets)]; local
919 struct zallocation* allocation = &zallocations[hashaddr(addr, zleak_alloc_buckets)]; local
[all...]
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.y643 printf("OSUnserialize: allocation check failed, count = %d.\n",
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c140 * never gets accessed. When the slab layer is entered for allocation,
150 * composite object allocation }
207 * its bucket while it's adjusting to the allocation load. Deallocation
350 * mbuf specific mcache allocation request flags.
843 * The legacy structure holding all of the mbuf allocation statistics.
1914 * during an allocation request whenever there is no available element in the
1917 * retry the allocation.
2034 * during an allocation or free request. For the former, this is called
2081 * allocation requests.
2297 * during an allocation reques
6518 struct mallocation *allocation; local
6602 struct mallocation *allocation = &mleak_allocations local
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c43 If not contiguous, then allocation may be less than what was
47 Deallocate a contiguous run of allocation blocks.
69 At other times, it should be consistent with the total number of allocation blocks in the
85 and/or create Red-Black Tree allocation tree nodes to correspond
122 the allocation fails (i.e. it is "all or nothing"). This routine is
127 contains logic for when to use which of the allocation algorithms,
143 Given an allocation block number, read the bitmap block that
144 contains that allocation block into a caller-supplied buffer.
163 allocation file lock must be held.
170 Test to see if the allocation re
[all...]

Completed in 60 milliseconds