Home
last modified time | relevance | path

Searched refs:MEM_NIL (Results 1 – 4 of 4) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dalloc.c496 #define MEM_NIL &mem_z macro
3940 mem_root = MEM_NIL; in mem_init()
3953 return MEM_NIL; in mem_find()
4118 if (y != MEM_NIL) in mem_rotate_left()
4134 if (x != MEM_NIL) in mem_rotate_left()
4154 if (y != MEM_NIL) in mem_rotate_right()
4167 if (x != MEM_NIL) in mem_rotate_right()
4182 if (z->left == MEM_NIL || z->right == MEM_NIL) in mem_delete()
4545 if (m != MEM_NIL) in mark_maybe_object()
4612 if (m != MEM_NIL) in mark_maybe_pointer()
[all …]
H A DChangeLog.92791 (mem_find): Return MEM_NIL if START is below min_heap_address or
12460 (MEM_NIL) [GC_MARK_STACK]: New define.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dalloc.c556 #define MEM_NIL &mem_z macro
4139 mem_root = MEM_NIL; in mem_init()
4152 return MEM_NIL; in mem_find()
4185 while (c != MEM_NIL) in mem_insert()
4317 if (y != MEM_NIL) in mem_rotate_left()
4333 if (x != MEM_NIL) in mem_rotate_left()
4353 if (y != MEM_NIL) in mem_rotate_right()
4366 if (x != MEM_NIL) in mem_rotate_right()
4381 if (z->left == MEM_NIL || z->right == MEM_NIL) in mem_delete()
4798 if (m != MEM_NIL) in mark_maybe_pointer()
[all …]
H A DChangeLog.92791 (mem_find): Return MEM_NIL if START is below min_heap_address or
12460 (MEM_NIL) [GC_MARK_STACK]: New define.