Home
last modified time | relevance | path

Searched refs:allocate_zero (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSAllocation.h54 allocate_zero(size_t bytes) in allocate_zero() function
75 allocate_zero(size_t bytes) in allocate_zero() function
109 allocate_zero(size_t bytes)
H A Dsafe_allocation.h238 data_ = reinterpret_cast<T*>(Allocator::allocate_zero(bytes));
/xnu-11215/tests/safe_allocation_src/
H A Dtest_utils.h29 allocate_zero(size_t n) in allocate_zero() function
66 allocate_zero(std::size_t n) in allocate_zero() function
/xnu-11215/iokit/DriverKit/
H A Dsafe_allocation.h238 data_ = reinterpret_cast<T*>(Allocator::allocate_zero(bytes));