Home | History | Annotate | Download | only in space

Lines Matching full:nullptr

43   CHECK(mspace != nullptr);
50 DCHECK(mem_map != nullptr);
52 if (mspace == nullptr) {
54 return nullptr;
95 if (mem_map == nullptr) {
98 return nullptr;
117 if (msp != nullptr) {
142 if (result != nullptr) {
168 CHECK(ptr != nullptr);
171 const size_t bytes_freed = AllocationSizeNonvirtual(ptr, nullptr);
180 DCHECK(ptrs != nullptr);
191 bytes_freed += AllocationSizeNonvirtual(ptr, nullptr);
236 callback(nullptr, nullptr, 0, arg); // Indicate end of a space.
326 if (UNLIKELY(dlmalloc_space == nullptr || dlmalloc_space->GetMspace() != mspace)) {
327 dlmalloc_space = nullptr;
337 CHECK(dlmalloc_space != nullptr) << "Couldn't find DlmMallocSpace with mspace=" << mspace;