Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:RelinquishAlignedMemory

1038 %  RelinquishAlignedMemory() frees memory acquired with AcquireAlignedMemory()
1041 % The format of the RelinquishAlignedMemory method is:
1043 % void *RelinquishAlignedMemory(void *memory)
1050 MagickExport void *RelinquishAlignedMemory(void *memory)
1165 memory_info->blob=RelinquishAlignedMemory(memory_info->blob);
1184 memory_info=(MemoryInfo *) RelinquishAlignedMemory(memory_info);