Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmemory.c83 #define NextBlockInList(block) (*(void **) (block)) macro
368 next=NextBlockInList(next); in InsertFreeBlock()
371 NextBlockInList(block)=next; in InsertFreeBlock()
373 NextBlockInList(previous)=block; in InsertFreeBlock()
386 next=NextBlockInList(block); in RemoveFreeBlock()
391 NextBlockInList(previous)=next; in RemoveFreeBlock()
411 block=NextBlockInList(block); in AcquireBlock()