HomeSort by relevance Sort by last modified time
    Searched full:blockthreshold (Results 1 - 1 of 1) sorted by null

  /external/ImageMagick/MagickCore/
memory.c 77 #define BlockThreshold 1024
79 #define MaxBlocks ((BlockThreshold/(4*sizeof(size_t)))+MaxBlockExponent+1)
324 if (size <= BlockThreshold)
329 if (size > (size_t) (BlockThreshold*(1L << (MaxBlockExponent-1L))))
334 blocksize=BlockThreshold/(4*sizeof(size_t));
335 for ( ; size > BlockThreshold; size/=2)
337 assert(blocksize > (BlockThreshold/(4*sizeof(size_t))));
    [all...]

Completed in 165 milliseconds