Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
Classes | Typedefs
zeroafterfree.h File Reference
#include <support/cleanse.h>
#include <memory>
#include <vector>
Include dependency graph for zeroafterfree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  zero_after_free_allocator< T >
 

Typedefs

using SerializeData = std::vector<std::byte, zero_after_free_allocator<std::byte>>
 Byte-vector that clears its contents before deletion.
 

Typedef Documentation

◆ SerializeData

Byte-vector that clears its contents before deletion.

Definition at line 44 of file zeroafterfree.h.