dmagick.c.memory

Undocumented in source.

Members

Aliases

AcquireMemoryHandler
alias AcquireMemoryHandler = void* function(size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyMemoryHandler
alias DestroyMemoryHandler = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResizeMemoryHandler
alias ResizeMemoryHandler = void* function(void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

AcquireAlignedMemory
void* AcquireAlignedMemory(size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AcquireMagickMemory
void* AcquireMagickMemory(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AcquireQuantumMemory
void* AcquireQuantumMemory(size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AcquireVirtualMemory
MemoryInfo* AcquireVirtualMemory(size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CopyMagickMemory
void* CopyMagickMemory(void* , const(void)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyMagickMemory
void DestroyMagickMemory()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetMagickMemoryMethods
void GetMagickMemoryMethods(AcquireMemoryHandler* , ResizeMemoryHandler* , DestroyMemoryHandler* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetVirtualMemoryBlob
void* GetVirtualMemoryBlob(const(MemoryInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RelinquishAlignedMemory
void* RelinquishAlignedMemory(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RelinquishMagickMemory
void* RelinquishMagickMemory(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RelinquishVirtualMemory
MemoryInfo* RelinquishVirtualMemory(MemoryInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResetMagickMemory
void* ResetMagickMemory(void* , int , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResizeMagickMemory
void* ResizeMagickMemory(void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResizeQuantumMemory
void* ResizeQuantumMemory(void* , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetMagickMemoryMethods
void SetMagickMemoryMethods(AcquireMemoryHandler , ResizeMemoryHandler , DestroyMemoryHandler )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

MemoryInfo
struct MemoryInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta