mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-08 10:47:28 +03:00
Merge e73e76e0ef into 81034ce1f1
This commit is contained in:
commit
1b1445fc06
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ handleOOM(std::size_t size, bool nothrow) {
|
|||
}
|
||||
|
||||
if (ptr == nullptr && !nothrow)
|
||||
std::__throw_bad_alloc();
|
||||
throw std::bad_alloc();
|
||||
return ptr;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue