TokyoCabinet.Memory – tokyocabinet Reference Manual
Packages
tokyocabinet
TokyoCabinet
Memory
calloc
copy
copy_and_free
copy_and_free_string
free
malloc
realloc
strdup
TokyoCabinet.Memory
Description:
Content:
Functions:
public
void
*
calloc
(
size_t
nmemb,
size_t
size)
public
void
*
copy
(
void
* ptr,
size_t
size)
public
uint8
[]?
copy_and_free
(
uint8
[]? data)
public
string
?
copy_and_free_string
(
string
? str)
public
void
free
(
void
* ptr)
public
void
*
malloc
(
size_t
size)
public
void
*
realloc
(
void
* ptr,
size_t
size)
public
string
strdup
(
string
str)