Home
last modified time | relevance | path

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

/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-heap.c136 struct jitter_heap_thing *hole_header in jitter_heap_initialize_block()
137 = ((struct jitter_heap_thing *) in jitter_heap_initialize_block()
214 static struct jitter_heap_thing*
299 struct jitter_heap_thing *hole in jitter_heap_allocate_from_block()
385 struct jitter_heap_thing *new_hole; in jitter_heap_free_from_block()
448 struct jitter_heap_thing *old_object in jitter_heap_reallocate_from_block_trivial()
469 struct jitter_heap_thing *object, in jitter_heap_merge_object_with_hole_on_its_right()
470 struct jitter_heap_thing *hole) in jitter_heap_merge_object_with_hole_on_its_right()
475 struct jitter_heap_thing *after_hole in jitter_heap_merge_object_with_hole_on_its_right()
537 struct jitter_heap_thing *new_hole in jitter_heap_shrink_object_in_block()
[all …]
H A Djitter-heap.h99 struct jitter_heap_thing struct
114 struct jitter_heap_thing *thing_on_the_left; argument
145 (offsetof (struct jitter_heap_thing, payload)) \ argument
150 (sizeof (struct jitter_heap_thing))
155 (sizeof (struct jitter_heap_thing) \
211 ((struct jitter_heap_thing *) \
222 ((struct jitter_heap_thing *) \
268 ((struct jitter_heap_thing *) \
321 struct jitter_heap_thing left_terminator;
412 struct jitter_heap_thing thing;
[all …]
H A Djitter-heap-debug.c58 struct jitter_heap_thing *h = & p->left_terminator; in jitter_heap_debug_block()
64 struct jitter_heap_thing *previous_thing = NULL; in jitter_heap_debug_block()
124 struct jitter_heap_thing *hole; in jitter_heap_debug_block()