Home
last modified time | relevance | path

Searched refs:heap_allocated (Results 1 – 19 of 19) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_heap_misc.c17 heap->heap_allocated = DUK_HEAPHDR_GET_NEXT(heap, hdr); in duk_heap_remove_any_from_heap_allocated()
36 if (heap->heap_allocated) { in duk_heap_insert_into_heap_allocated()
37 DUK_ASSERT(DUK_HEAPHDR_GET_PREV(heap, heap->heap_allocated) == NULL); in duk_heap_insert_into_heap_allocated()
38 DUK_HEAPHDR_SET_PREV(heap, heap->heap_allocated, hdr); in duk_heap_insert_into_heap_allocated()
42 DUK_HEAPHDR_SET_NEXT(heap, hdr, heap->heap_allocated); in duk_heap_insert_into_heap_allocated()
43 heap->heap_allocated = hdr; in duk_heap_insert_into_heap_allocated()
Dduk_heap_markandsweep.c275 hdr = heap->heap_allocated; in duk__mark_finalizable()
314 hdr = heap->heap_allocated; in duk__mark_finalizable()
406 hdr = heap->heap_allocated;
455 hdr = heap->heap_allocated;
732 curr = heap->heap_allocated;
733 heap->heap_allocated = NULL;
797 if (!heap->heap_allocated) {
798 heap->heap_allocated = curr;
1026 …duk__compact_object_list(heap, thr, heap->heap_allocated, &count_check, &count_compact, &count_byt…
1032 duk__compact_object_list(heap, thr, heap->heap_allocated);
[all …]
Dduk_heap_alloc.c127 curr = heap->heap_allocated; in duk__free_allocated()
211 curr = heap->heap_allocated; in duk__free_run_finalizers()
811 res->heap_allocated = NULL; in duk_heap_alloc()
Dduk_heap_refcount.c359 h2 = heap->heap_allocated; in duk__refzero_free_pending()
367 heap->heap_allocated = h1; in duk__refzero_free_pending()
Dduk_debug_heap.c231 duk__dump_heaphdr_list(heap, heap->heap_allocated, "heap allocated");
Dduk_heap.h372 duk_heaphdr *heap_allocated; member
Dduk_debugger.c1742 hdr = heap->heap_allocated; in duk__debug_dump_heap_allocated()
Dduk_api_stack.c4238 for (curr = thr->heap->heap_allocated; in duk__validate_push_heapptr()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_heap_misc.c17 heap->heap_allocated = DUK_HEAPHDR_GET_NEXT(heap, hdr); in duk_heap_remove_any_from_heap_allocated()
36 if (heap->heap_allocated) { in duk_heap_insert_into_heap_allocated()
37 DUK_ASSERT(DUK_HEAPHDR_GET_PREV(heap, heap->heap_allocated) == NULL); in duk_heap_insert_into_heap_allocated()
38 DUK_HEAPHDR_SET_PREV(heap, heap->heap_allocated, hdr); in duk_heap_insert_into_heap_allocated()
42 DUK_HEAPHDR_SET_NEXT(heap, hdr, heap->heap_allocated); in duk_heap_insert_into_heap_allocated()
43 heap->heap_allocated = hdr; in duk_heap_insert_into_heap_allocated()
Dduk_heap_markandsweep.c275 hdr = heap->heap_allocated; in duk__mark_finalizable()
314 hdr = heap->heap_allocated; in duk__mark_finalizable()
406 hdr = heap->heap_allocated;
455 hdr = heap->heap_allocated;
732 curr = heap->heap_allocated;
733 heap->heap_allocated = NULL;
797 if (!heap->heap_allocated) {
798 heap->heap_allocated = curr;
1016 …duk__compact_object_list(heap, thr, heap->heap_allocated, &count_check, &count_compact, &count_byt…
1022 duk__compact_object_list(heap, thr, heap->heap_allocated);
[all …]
Dduk_heap_alloc.c127 curr = heap->heap_allocated; in duk__free_allocated()
211 curr = heap->heap_allocated; in duk__free_run_finalizers()
811 res->heap_allocated = NULL; in duk_heap_alloc()
Dduk_heap_refcount.c359 h2 = heap->heap_allocated; in duk__refzero_free_pending()
367 heap->heap_allocated = h1; in duk__refzero_free_pending()
Dduk_debug_heap.c231 duk__dump_heaphdr_list(heap, heap->heap_allocated, "heap allocated");
Dduk_heap.h372 duk_heaphdr *heap_allocated; member
Dduk_debugger.c1730 hdr = heap->heap_allocated; in duk__debug_dump_heap_allocated()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c7053 duk_heaphdr *heap_allocated; member
19259 for (curr = thr->heap->heap_allocated; in duk__validate_push_heapptr()
36006 duk__dump_heaphdr_list(heap, heap->heap_allocated, "heap allocated");
38815 hdr = heap->heap_allocated;
41152 curr = heap->heap_allocated;
41236 curr = heap->heap_allocated;
41836 res->heap_allocated = NULL;
42467 hdr = heap->heap_allocated;
42506 hdr = heap->heap_allocated;
42598 hdr = heap->heap_allocated;
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c7029 duk_heaphdr *heap_allocated; member
19204 for (curr = thr->heap->heap_allocated; in duk__validate_push_heapptr()
35926 duk__dump_heaphdr_list(heap, heap->heap_allocated, "heap allocated");
38733 hdr = heap->heap_allocated;
41062 curr = heap->heap_allocated;
41146 curr = heap->heap_allocated;
41746 res->heap_allocated = NULL;
42375 hdr = heap->heap_allocated;
42414 hdr = heap->heap_allocated;
42506 hdr = heap->heap_allocated;
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c7024 duk_heaphdr *heap_allocated; member
35719 duk__dump_heaphdr_list(heap, heap->heap_allocated, "heap allocated");
38514 hdr = heap->heap_allocated;
40843 curr = heap->heap_allocated;
40927 curr = heap->heap_allocated;
41527 res->heap_allocated = NULL;
42153 hdr = heap->heap_allocated;
42192 hdr = heap->heap_allocated;
42284 hdr = heap->heap_allocated;
42333 hdr = heap->heap_allocated;
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c7048 duk_heaphdr *heap_allocated; member
35799 duk__dump_heaphdr_list(heap, heap->heap_allocated, "heap allocated");
38596 hdr = heap->heap_allocated;
40933 curr = heap->heap_allocated;
41017 curr = heap->heap_allocated;
41617 res->heap_allocated = NULL;
42245 hdr = heap->heap_allocated;
42284 hdr = heap->heap_allocated;
42376 hdr = heap->heap_allocated;
42425 hdr = heap->heap_allocated;
[all …]