Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
duk_memory_functions Struct Reference

#include <duktape.h>

Data Fields

duk_alloc_function alloc_func
 
duk_realloc_function realloc_func
 
duk_free_function free_func
 
void * udata
 

Detailed Description

Definition at line 193 of file duktape-1.5.2/src-noline/duktape.h.

Field Documentation

◆ alloc_func

duk_alloc_function duk_memory_functions::alloc_func

Definition at line 194 of file duktape-1.5.2/src-noline/duktape.h.

Referenced by duk_gc(), and duk_get_memory_functions().

◆ free_func

duk_free_function duk_memory_functions::free_func

Definition at line 196 of file duktape-1.5.2/src-noline/duktape.h.

Referenced by duk_gc(), and duk_get_memory_functions().

◆ realloc_func

duk_realloc_function duk_memory_functions::realloc_func

Definition at line 195 of file duktape-1.5.2/src-noline/duktape.h.

Referenced by duk_gc(), and duk_get_memory_functions().

◆ udata

void * duk_memory_functions::udata

Definition at line 197 of file duktape-1.5.2/src-noline/duktape.h.

Referenced by duk_gc(), and duk_get_memory_functions().


The documentation for this struct was generated from the following files: