Home
last modified time | relevance | path

Searched refs:kalloc_result (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.61.2/libkern/libkern/c++/
H A DOSLib.h56 struct kalloc_result __kar; \
67 struct kalloc_result __kar; \
/xnu-8792.61.2/osfmk/kern/
H A Dkalloc.h1197 extern struct kalloc_result __kalloc_array_decode(
1228 struct kalloc_result kr = __kalloc_array_decode(array); in __kalloc_array_end()
1573 extern struct kalloc_result
1580 static inline struct kalloc_result
1587 struct kalloc_result kr; in __kalloc_ext()
1612 struct kalloc_result kr; in kalloc_type_var_impl()
1741 struct kalloc_result kr; in __sized_by()
1747 extern struct kalloc_result
1756 static inline struct kalloc_result
1765 struct kalloc_result kr = (krealloc_ext)(kheap_or_kt_view, addr, old_size, in __krealloc_ext()
[all …]
H A Dkalloc.c1713 struct kalloc_result
1716 struct kalloc_result kr; in __kalloc_array_decode()
1770 struct kalloc_result
1773 struct kalloc_result kr; in __kalloc_array_decode()
1859 static struct kalloc_result
1884 return (struct kalloc_result){ }; in kalloc_large()
1888 return (struct kalloc_result){ }; in kalloc_large()
1961 return (struct kalloc_result){ .addr = (void *)addr, .size = req_size }; in kalloc_large()
1964 static inline struct kalloc_result
1971 struct kalloc_result kr; in kalloc_zone()
[all …]
H A Dzalloc_internal.h817 extern struct kalloc_result zalloc_ext(
H A Dzalloc.c6266 static struct kalloc_result
6348 return (struct kalloc_result){ (void *)addr, elem_size }; in zalloc_return()
6352 static struct kalloc_result
6417 static struct kalloc_result
6431 return (struct kalloc_result){ }; in zalloc_item_slow()
6460 static struct kalloc_result
6488 static struct kalloc_result
6521 static struct kalloc_result
6547 return (struct kalloc_result){ mag, zone_elem_size(zone) }; in zalloc_cached_from_depot()
6554 static struct kalloc_result
[all …]
H A Dzalloc.h473 struct kalloc_result { struct
/xnu-8792.61.2/libkern/c++/
H A DOSData.cpp59 struct kalloc_result kr; in initWithCapacity()
272 struct kalloc_result kr; in ensureCapacity()
308 __assert_only struct kalloc_result kr; in clipForCopyout()