mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Include deallocated caller-provided size in delete hooks.
As allocations may come from unsized free or delete as well, we indicate these via std::nullopt. PiperOrigin-RevId: 780282346 Change-Id: I123b5a0541bdf26e44686de79821dbb1326c4cf6
This commit is contained in:
committed by
Copybara-Service
parent
a09b217e30
commit
ea50280aeb
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "absl/base/internal/low_level_alloc.h"
|
||||
|
||||
#include <optional>
|
||||
#include <type_traits>
|
||||
|
||||
#include "absl/base/call_once.h"
|
||||
|
||||
Reference in New Issue
Block a user