Home
last modified time | relevance | path

Searched refs:JITTER_HEAP_PAYLOAD_TO_THING (Results 1 – 2 of 2) sorted by relevance

/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-heap.c368 struct jitter_heap_thing *thing = JITTER_HEAP_PAYLOAD_TO_THING (payload); in jitter_heap_free_from_block()
449 = JITTER_HEAP_PAYLOAD_TO_THING (old_payload); in jitter_heap_reallocate_from_block_trivial()
559 = JITTER_HEAP_PAYLOAD_TO_THING (old_payload); in jitter_heap_reallocate_from_block()
944 struct jitter_heap_thing *object = JITTER_HEAP_PAYLOAD_TO_THING (payload); in jitter_heap_shrink_in_place()
958 struct jitter_heap_thing *t = JITTER_HEAP_PAYLOAD_TO_THING(old_payload); in jitter_heap_reallocate()
H A Djitter-heap.h267 #define JITTER_HEAP_PAYLOAD_TO_THING(p) \ macro
432 ((JITTER_HEAP_PAYLOAD_TO_THING(payload)->thing_on_the_left) \