mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-06 18:36:14 +03:00
Prefer not_reached() over assert(false) where appropriate.
This commit is contained in:
parent
0135fb806e
commit
6556e28be1
5 changed files with 12 additions and 13 deletions
|
|
@ -137,7 +137,7 @@ zone_destroy(malloc_zone_t *zone)
|
|||
{
|
||||
|
||||
/* This function should never be called. */
|
||||
assert(false);
|
||||
not_reached();
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue