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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 335 int overallocation = 256; local
336 return (ImageType) calloc(width*height*numChannels+overallocation, sizeof(ImageTypeBase));
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
ImageUtils.cpp 335 int overallocation = 256; local
336 return (ImageType) calloc(width*height*numChannels+overallocation, sizeof(ImageTypeBase));
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 335 int overallocation = 256; local
336 return (ImageType) calloc(width*height*numChannels+overallocation, sizeof(ImageTypeBase));
  /external/llvm/lib/Support/
Allocator.cpp 50 // overhead. The factors are chosen conservatively to avoid overallocation.
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c     [all...]
  /external/libffi/src/
dlmalloc.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c     [all...]

Completed in 425 milliseconds