jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
secmem.hpp File Reference
#include <jau/cpp_lang_util.hpp>
#include <cstring>
Include dependency graph for secmem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  jau
 __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros.
 

Functions

void jau::zero_bytes_sec (void *s, size_t n) noexcept __attrdecl_no_optimize__
 Wrapper to ::explicit_bzero(), ::bzero() or ::memset(), whichever is available in that order.