memutils v0.3.4 (2015-04-23T18:51:14Z)
Dub
Repo
SecurePool
memutils
securepool
Undocumented in source.
package final
static if
(
HasBotan || HasSecurePool
)
class
SecurePool {
__gshared immutable
size_t
alignment
;
void
[]
alloc
(size_t n);
bool
has
(void[] mem);
bool
free
(void[] mem);
this
();
~this
();
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
alloc
void
[]
alloc
(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
free
bool
free
(void[] mem)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool
has
(void[] mem)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
alignment
size_t
alignment
;
Undocumented in source.
Meta
Source
See Implementation
memutils
securepool
classes
SecurePool
enums
MADV_DONTDUMP
RLIMIT_MEMLOCK
manifest constants
MAP_LOCKED