replace assert with SNMALLOC_ASSERT
This commit is contained in:
@@ -389,7 +389,7 @@ namespace snmalloc
|
||||
}
|
||||
}
|
||||
|
||||
assert(p == pointer_align_up(p, rsize));
|
||||
SNMALLOC_ASSERT(p == pointer_align_up(p, rsize));
|
||||
return p;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user