Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmemory.c84 #define PreviousBlockInList(block) (*((void **) (block)+1)) macro
352 PreviousBlockInList(block)=previous; in InsertFreeBlock()
359 PreviousBlockInList(next)=block; in InsertFreeBlock()
369 previous=PreviousBlockInList(block); in RemoveFreeBlock()
375 PreviousBlockInList(next)=previous; in RemoveFreeBlock()