Lines Matching refs:nullptr
11 if (out_pool == nullptr) in ralloc_create_pool()
15 if (pool == nullptr) in ralloc_create_pool()
26 ZX_DEBUG_ASSERT(pool != nullptr); in ralloc_release_pool()
111 ZX_DEBUG_ASSERT(managed_region != nullptr); in ralloc_get_sized_region_ex()
115 ZX_DEBUG_ASSERT(managed_region == nullptr); in ralloc_get_sized_region_ex()
116 *out_region = nullptr; in ralloc_get_sized_region_ex()
137 ZX_DEBUG_ASSERT(managed_region != nullptr); in ralloc_get_specific_region_ex()
141 ZX_DEBUG_ASSERT(managed_region == nullptr); in ralloc_get_specific_region_ex()
142 *out_region = nullptr; in ralloc_get_specific_region_ex()
149 ZX_DEBUG_ASSERT(allocator != nullptr); in ralloc_get_allocated_region_count()
155 ZX_DEBUG_ASSERT(allocator != nullptr); in ralloc_get_available_region_count()
173 ZX_DEBUG_ASSERT(allocator != nullptr); in ralloc_walk_allocated_regions()