Lines Matching refs:heap_allocated
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;
42610 curr = heap->heap_allocated;
42611 heap->heap_allocated = NULL;
42675 if (!heap->heap_allocated) {
42676 heap->heap_allocated = curr;
42894 …duk__compact_object_list(heap, thr, heap->heap_allocated, &count_check, &count_compact, &count_byt…
42900 duk__compact_object_list(heap, thr, heap->heap_allocated);
42921 hdr = heap->heap_allocated;
42944 duk_heaphdr *hdr = heap->heap_allocated;
43700 heap->heap_allocated = DUK_HEAPHDR_GET_NEXT(heap, hdr);
43719 if (heap->heap_allocated) {
43720 DUK_ASSERT(DUK_HEAPHDR_GET_PREV(heap, heap->heap_allocated) == NULL);
43721 DUK_HEAPHDR_SET_PREV(heap, heap->heap_allocated, hdr);
43725 DUK_HEAPHDR_SET_NEXT(heap, hdr, heap->heap_allocated);
43726 heap->heap_allocated = hdr;
44121 h2 = heap->heap_allocated;
44129 heap->heap_allocated = h1;