Home
last modified time | relevance | path

Searched refs:duk_heap_mem_alloc_zeroed (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_heap.h219 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
560 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
H A Dduk_heap_memory.c135 DUK_INTERNAL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size) { in duk_heap_mem_alloc_zeroed() function
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_heap.h219 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
560 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
H A Dduk_heap_memory.c135 DUK_INTERNAL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size) { in duk_heap_mem_alloc_zeroed() function
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_heap.h221 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
705 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
H A Dduk_heap_memory.c115 DUK_INTERNAL DUK_INLINE_PERF DUK_HOT void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t siz… in duk_heap_mem_alloc_zeroed() function
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_heap.h221 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
705 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
H A Dduk_heap_memory.c115 DUK_INTERNAL DUK_INLINE_PERF DUK_HOT void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t siz… in duk_heap_mem_alloc_zeroed() function
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_heap.h221 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
705 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
H A Dduk_heap_memory.c115 DUK_INTERNAL DUK_INLINE_PERF DUK_HOT void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t siz… in duk_heap_mem_alloc_zeroed() function
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_heap.h221 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
705 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
H A Dduk_heap_memory.c115 DUK_INTERNAL DUK_INLINE_PERF DUK_HOT void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t siz… in duk_heap_mem_alloc_zeroed() function
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gopkg.in/olebedev/go-duktape.v3/
H A Dduktape.c8622 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
9089 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
50347 DUK_INTERNAL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size) { function
50376 res = duk_heap_mem_alloc_zeroed(thr->heap, size);
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Dduktape.cpp8627 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
9094 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
50352 DUK_INTERNAL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size) { function
50381 res = duk_heap_mem_alloc_zeroed(thr->heap, size);
/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A Dduktape.c8581 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
9065 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
50602 DUK_INTERNAL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size) { function
50631 res = duk_heap_mem_alloc_zeroed(thr->heap, size);
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c6876 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
7217 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
43675 DUK_INTERNAL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size) { function
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c6900 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
7241 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
43768 DUK_INTERNAL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size) { function
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c6895 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
7236 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
43527 DUK_INTERNAL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size) { function
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c6871 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
7212 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
43434 DUK_INTERNAL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size) { function
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c9974 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
10311 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
45831 DUK_INTERNAL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size) { function
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c8672 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
9156 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
52665 DUK_INTERNAL DUK_INLINE_PERF DUK_HOT void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t siz… function
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c8672 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
9156 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
52665 DUK_INTERNAL DUK_INLINE_PERF DUK_HOT void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t siz… function
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c8672 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
9156 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
52665 DUK_INTERNAL DUK_INLINE_PERF DUK_HOT void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t siz… function
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c8672 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
9156 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
52665 DUK_INTERNAL DUK_INLINE_PERF DUK_HOT void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t siz… function
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c8672 #define DUK_ALLOC_ZEROED(heap,size) duk_heap_mem_alloc_zeroed((heap), (size))
9156 DUK_INTERNAL_DECL void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t size);
52665 DUK_INTERNAL DUK_INLINE_PERF DUK_HOT void *duk_heap_mem_alloc_zeroed(duk_heap *heap, duk_size_t siz… function

12