OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResizeMagickMemory
(Results
1 - 8
of
8
) sorted by null
/external/ImageMagick/MagickCore/
memory_.h
53
*
ResizeMagickMemory
(void *,const size_t)
memory.c
[
all
...]
methods.h
[
all
...]
opencl.c
[
all
...]
/external/ImageMagick/MagickWand/tests/
script-token-test.c
68
#define
ResizeMagickMemory
(p,s) realloc(p,s)
/external/ImageMagick/MagickWand/
script-token.c
349
ResizeMagickMemory
(token_info->token, token_info->length); \
/external/ImageMagick/www/api/
memory.php
55
<p class="text-center"><a href="memory.php#AcquireAlignedMemory">AcquireAlignedMemory</a> • <a href="memory.php#AcquireMagickMemory">AcquireMagickMemory</a> • <a href="memory.php#AcquireQuantumMemory">AcquireQuantumMemory</a> • <a href="memory.php#AcquireVirtualMemory">AcquireVirtualMemory</a> • <a href="memory.php#CopyMagickMemory">CopyMagickMemory</a> • <a href="memory.php#GetMagickMemoryMethods">GetMagickMemoryMethods</a> • <a href="memory.php#GetVirtualMemoryBlob">GetVirtualMemoryBlob</a> • <a href="memory.php#RelinquishAlignedMemory">RelinquishAlignedMemory</a> • <a href="memory.php#RelinquishMagickMemory">RelinquishMagickMemory</a> • <a href="memory.php#RelinquishVirtualMemory">RelinquishVirtualMemory</a> • <a href="memory.php#ResetMagickMemory">ResetMagickMemory</a> • <a href="memory.php#
ResizeMagickMemory
">
ResizeMagickMemory
</a> • <a href="memory.php#ResizeQuantumMemory">ResizeQuantumMemory</a> • <a href="memory.php#SetMagickMemoryMethods">SetMagickMemoryMethods</a></p>
336
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/memory_8c.html" id="
ResizeMagickMemory
">
ResizeMagickMemory
</a></h2>
338
<p>
ResizeMagickMemory
() changes the size of the memory and returns a pointer to the (possibly moved) block. The contents will be unchanged up to the lesser of the new and old sizes.</p>
340
<p>The format of the
ResizeMagickMemory
method is:</p>
343
void *
ResizeMagickMemory
(void *memory,const size_t size)
/external/ImageMagick/Magick++/lib/Magick++/
Include.h
[
all
...]
Completed in 189 milliseconds