Home
last modified time | relevance | path

Searched refs:_heapinfo (Results 1 – 25 of 30) sorted by relevance

12

/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dgmalloc.c578 _heapinfo[0].free.next = _heapinfo[0].free.prev = 0; in malloc_initialize_1()
864 _heapinfo[block].free.prev = _heapinfo[0].free.prev; in _malloc_internal_nolock()
886 _heapinfo[_heapinfo[block].free.prev].free.next in _malloc_internal_nolock()
887 = _heapinfo[_heapinfo[block].free.next].free.prev in _malloc_internal_nolock()
894 _heapinfo[_heapinfo[block].free.next].free.prev in _malloc_internal_nolock()
896 _heapinfo[_heapinfo[block].free.prev].free.next in _malloc_internal_nolock()
1074 _heapinfo[block].free.next = _heapinfo[i].free.next; in _free_internal_nolock()
1087 += _heapinfo[_heapinfo[block].free.next].free.size; in _free_internal_nolock()
1089 = _heapinfo[_heapinfo[block].free.next].free.next; in _free_internal_nolock()
1168 _heapinfo[_heapinfo[block].free.prev].free.next in _free_internal_nolock()
[all …]
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dgmalloc.c578 _heapinfo[0].free.next = _heapinfo[0].free.prev = 0; in malloc_initialize_1()
864 _heapinfo[block].free.prev = _heapinfo[0].free.prev; in _malloc_internal_nolock()
886 _heapinfo[_heapinfo[block].free.prev].free.next in _malloc_internal_nolock()
887 = _heapinfo[_heapinfo[block].free.next].free.prev in _malloc_internal_nolock()
894 _heapinfo[_heapinfo[block].free.next].free.prev in _malloc_internal_nolock()
896 _heapinfo[_heapinfo[block].free.prev].free.next in _malloc_internal_nolock()
1074 _heapinfo[block].free.next = _heapinfo[i].free.next; in _free_internal_nolock()
1087 += _heapinfo[_heapinfo[block].free.next].free.size; in _free_internal_nolock()
1089 = _heapinfo[_heapinfo[block].free.next].free.next; in _free_internal_nolock()
1168 _heapinfo[_heapinfo[block].free.prev].free.next in _free_internal_nolock()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dgmalloc.c549 _heapinfo[0].free.next = _heapinfo[0].free.prev = 0; in malloc_initialize_1()
834 _heapinfo[block].free.prev = _heapinfo[0].free.prev; in _malloc_internal_nolock()
856 _heapinfo[_heapinfo[block].free.prev].free.next in _malloc_internal_nolock()
857 = _heapinfo[_heapinfo[block].free.next].free.prev in _malloc_internal_nolock()
864 _heapinfo[_heapinfo[block].free.next].free.prev in _malloc_internal_nolock()
866 _heapinfo[_heapinfo[block].free.prev].free.next in _malloc_internal_nolock()
1040 _heapinfo[block].free.next = _heapinfo[i].free.next; in _free_internal_nolock()
1053 += _heapinfo[_heapinfo[block].free.next].free.size; in _free_internal_nolock()
1055 = _heapinfo[_heapinfo[block].free.next].free.next; in _free_internal_nolock()
1134 _heapinfo[_heapinfo[block].free.prev].free.next in _free_internal_nolock()
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dgmalloc.c552 _heapinfo[0].free.next = _heapinfo[0].free.prev = 0; in malloc_initialize_1()
837 _heapinfo[block].free.prev = _heapinfo[0].free.prev; in _malloc_internal_nolock()
859 _heapinfo[_heapinfo[block].free.prev].free.next in _malloc_internal_nolock()
860 = _heapinfo[_heapinfo[block].free.next].free.prev in _malloc_internal_nolock()
867 _heapinfo[_heapinfo[block].free.next].free.prev in _malloc_internal_nolock()
869 _heapinfo[_heapinfo[block].free.prev].free.next in _malloc_internal_nolock()
1045 _heapinfo[block].free.next = _heapinfo[i].free.next; in _free_internal_nolock()
1058 += _heapinfo[_heapinfo[block].free.next].free.size; in _free_internal_nolock()
1060 = _heapinfo[_heapinfo[block].free.next].free.next; in _free_internal_nolock()
1139 _heapinfo[_heapinfo[block].free.prev].free.next in _free_internal_nolock()
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dgmalloc.c643 _heapinfo[0].free.next = _heapinfo[0].free.prev = 0; in malloc_initialize_1()
933 _heapinfo[block].free.prev = _heapinfo[0].free.prev;
955 _heapinfo[_heapinfo[block].free.prev].free.next
956 = _heapinfo[_heapinfo[block].free.next].free.prev
963 _heapinfo[_heapinfo[block].free.next].free.prev
965 _heapinfo[_heapinfo[block].free.prev].free.next
1167 _heapinfo[block].free.next = _heapinfo[i].free.next;
1180 += _heapinfo[_heapinfo[block].free.next].free.size;
1182 = _heapinfo[_heapinfo[block].free.next].free.next;
1262 _heapinfo[_heapinfo[block].free.prev].free.next
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A Drealloc.c61 type = _heapinfo[block].busy.type;
80 if (blocks < _heapinfo[block].busy.info.size)
84 _heapinfo[block + blocks].busy.type = 0;
85 _heapinfo[block + blocks].busy.info.size
86 = _heapinfo[block].busy.info.size - blocks;
87 _heapinfo[block].busy.info.size = blocks;
91 else if (blocks == _heapinfo[block].busy.info.size)
99 blocks = _heapinfo[block].busy.info.size;
/dports/devel/upp/upp/bazaar/plugin/tcc/include/
H A Dmalloc.h45 typedef struct _heapinfo struct
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dmalloc.h43 typedef struct _heapinfo struct
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dmalloc.h43 typedef struct _heapinfo struct
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/e2fsck/
H A Dmtrace.h151 extern malloc_info *_heapinfo;
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/e2fsck/
H A Dmtrace.h151 extern malloc_info *_heapinfo;
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/e2fsck/
H A Dmtrace.h151 extern malloc_info *_heapinfo;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmalloc.h46 typedef struct _heapinfo { struct
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmalloc.h46 typedef struct _heapinfo { struct
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/
H A DETAGS.good_2699 extern malloc_info *_heapinfo;_heapinfo173,5542
756 malloc_info *_heapinfo;_heapinfo358,11929
H A DETAGS.good_5801 extern malloc_info *_heapinfo;_heapinfo173,5542
868 malloc_info *_heapinfo;_heapinfo358,11929
H A DETAGS.good_6801 extern malloc_info *_heapinfo;_heapinfo173,5542
868 malloc_info *_heapinfo;_heapinfo358,11929
H A DETAGS.good_1646 malloc_info *_heapinfo;_heapinfo358,11929
H A DETAGS.good_3736 malloc_info *_heapinfo;_heapinfo358,11929
H A DETAGS.good_4668 malloc_info *_heapinfo;_heapinfo358,11929
/dports/editors/emacs/emacs-27.2/test/manual/etags/
H A DETAGS.good_2701 extern malloc_info *_heapinfo;_heapinfo173,5542
758 malloc_info *_heapinfo;_heapinfo358,11929
H A DETAGS.good_5805 extern malloc_info *_heapinfo;_heapinfo173,5542
872 malloc_info *_heapinfo;_heapinfo358,11929
H A DETAGS.good_6805 extern malloc_info *_heapinfo;_heapinfo173,5542
872 malloc_info *_heapinfo;_heapinfo358,11929
H A DETAGS.good_1648 malloc_info *_heapinfo;_heapinfo358,11929
H A DETAGS.good_4672 malloc_info *_heapinfo;_heapinfo358,11929

12