memutils v0.3.4 (2015-04-23T18:51:14Z)
Dub
Repo
SecureAllocator
memutils
cryptosafe
Undocumented in source.
final
static if
(
HasBotan || HasCryptoSafe
)
class
SecureAllocator :
Allocator
(
Base
:
Allocator
) {
this
();
void
[]
alloc
(size_t n);
void
[]
realloc
(void[] mem, size_t n);
void
free
(void[] mem);
}
Constructors
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
void
free
(void[] mem)
Undocumented in source. Be warned that the author may not have intended to support it.
realloc
void
[]
realloc
(void[] mem, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Allocator
alignment
enum
size_t
alignment
;
Undocumented in source.
alignmentMask
enum
size_t
alignmentMask
;
Undocumented in source.
alloc
void
[]
alloc
(size_t sz)
Undocumented in source.
realloc
void
[]
realloc
(void[] mem, size_t new_sz)
Undocumented in source.
free
void
free
(void[] mem)
Undocumented in source.
Meta
Source
See Implementation
memutils
cryptosafe
classes
SecureAllocator