Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmemory.c86 #define PreviousBlockInList(block) (*((void **) (block)+1)) macro
370 PreviousBlockInList(block)=previous; in InsertFreeBlock()
377 PreviousBlockInList(next)=block; in InsertFreeBlock()
387 previous=PreviousBlockInList(block); in RemoveFreeBlock()
393 PreviousBlockInList(next)=previous; in RemoveFreeBlock()