Home
last modified time | relevance | path

Searched refs:JITTER_HEAP_THING_ON_THE_RIGHT_OF (Results 1 – 3 of 3) sorted by relevance

/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-heap.c374 struct jitter_heap_thing *right = JITTER_HEAP_THING_ON_THE_RIGHT_OF (thing); in jitter_heap_free_from_block()
401 after_new_hole = JITTER_HEAP_THING_ON_THE_RIGHT_OF (right); in jitter_heap_free_from_block()
476 = JITTER_HEAP_THING_ON_THE_RIGHT_OF (hole); in jitter_heap_merge_object_with_hole_on_its_right()
507 = JITTER_HEAP_THING_ON_THE_RIGHT_OF (object); in jitter_heap_shrink_object_in_block()
516 = JITTER_HEAP_THING_ON_THE_RIGHT_OF (object); in jitter_heap_shrink_object_in_block()
591 = JITTER_HEAP_THING_ON_THE_RIGHT_OF(old_object); in jitter_heap_reallocate_from_block()
H A Djitter-heap-debug.c120 h = JITTER_HEAP_THING_ON_THE_RIGHT_OF (h); in jitter_heap_debug_block()
H A Djitter-heap.h282 #define JITTER_HEAP_THING_ON_THE_RIGHT_OF(thing) \ macro