yajl ~master (2014-10-04T10:55:36Z)
Home
Dub
Repo
yajl_alloc_funcs
yajl
c
common
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
yajl_alloc_funcs {
yajl_malloc_func
malloc
;
yajl_realloc_func
realloc
;
yajl_free_func
free
;
void
*
ctx
;
}
Members
Variables
ctx
void
*
ctx
;
Undocumented in source.
free
yajl_free_func
free
;
Undocumented in source.
malloc
yajl_malloc_func
malloc
;
Undocumented in source.
realloc
yajl_realloc_func
realloc
;
Undocumented in source.
Meta
Source
See Implementation
yajl
c
common
aliases
yajl_free_func
yajl_malloc_func
yajl_realloc_func
structs
yajl_alloc_funcs