/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_heap_misc.c | 17 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()
|
D | duk_heap_markandsweep.c | 275 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 …]
|
D | duk_heap_alloc.c | 127 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()
|
D | duk_heap_refcount.c | 359 h2 = heap->heap_allocated; in duk__refzero_free_pending() 367 heap->heap_allocated = h1; in duk__refzero_free_pending()
|
D | duk_debug_heap.c | 231 duk__dump_heaphdr_list(heap, heap->heap_allocated, "heap allocated");
|
D | duk_heap.h | 372 duk_heaphdr *heap_allocated; member
|
D | duk_debugger.c | 1742 hdr = heap->heap_allocated; in duk__debug_dump_heap_allocated()
|
D | duk_api_stack.c | 4238 for (curr = thr->heap->heap_allocated; in duk__validate_push_heapptr()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_heap_misc.c | 17 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()
|
D | duk_heap_markandsweep.c | 275 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 …]
|
D | duk_heap_alloc.c | 127 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()
|
D | duk_heap_refcount.c | 359 h2 = heap->heap_allocated; in duk__refzero_free_pending() 367 heap->heap_allocated = h1; in duk__refzero_free_pending()
|
D | duk_debug_heap.c | 231 duk__dump_heaphdr_list(heap, heap->heap_allocated, "heap allocated");
|
D | duk_heap.h | 372 duk_heaphdr *heap_allocated; member
|
D | duk_debugger.c | 1730 hdr = heap->heap_allocated; in duk__debug_dump_heap_allocated()
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 7053 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/ |
D | duktape.c | 7029 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/ |
D | duktape.c | 7024 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/ |
D | duktape.c | 7048 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 …]
|