Home
last modified time | relevance | path

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

/xnu-11215/tests/bounded_ptr_src/
H A Dexample.malloc.cpp32 struct SomeType { struct
41 use(SomeType*) in use() argument
53 test_bounded_ptr<SomeType> array = nullptr;
55 std::uint32_t alloc_size = count * sizeof(SomeType);
59 array = libkern::reinterpret_pointer_cast<SomeType>(bounded_malloc(alloc_size));