Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "duk_internal.h"
Go to the source code of this file.
Functions | |
DUK_INTERNAL void | duk_heap_remove_any_from_heap_allocated (duk_heap *heap, duk_heaphdr *hdr) |
DUK_INTERNAL void | duk_heap_insert_into_heap_allocated (duk_heap *heap, duk_heaphdr *hdr) |
DUK_INTERNAL void duk_heap_insert_into_heap_allocated | ( | duk_heap * | heap, |
duk_heaphdr * | hdr ) |
Definition at line 32 of file duktape-1.5.2/src-separate/duk_heap_misc.c.
References DUK_ASSERT, DUK_HEAPHDR_GET_PREV, DUK_HEAPHDR_GET_TYPE, DUK_HEAPHDR_SET_NEXT, DUK_HEAPHDR_SET_PREV, DUK_HTYPE_STRING, duk_heap::heap_allocated, and NULL.
DUK_INTERNAL void duk_heap_remove_any_from_heap_allocated | ( | duk_heap * | heap, |
duk_heaphdr * | hdr ) |
Definition at line 11 of file duktape-1.5.2/src-separate/duk_heap_misc.c.
References DUK_ASSERT, DUK_HEAPHDR_GET_NEXT, DUK_HEAPHDR_GET_PREV, DUK_HEAPHDR_GET_TYPE, DUK_HEAPHDR_SET_NEXT, DUK_HEAPHDR_SET_PREV, DUK_HTYPE_STRING, and duk_heap::heap_allocated.