Searched refs:overallocation (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/libartbase/base/ |
H A D | malloc_arena_pool.cc | 48 constexpr size_t overallocation = RequiredOverallocation(); in MallocArena() local 49 unaligned_memory_ = reinterpret_cast<uint8_t*>(calloc(1, size + overallocation)); in MallocArena() 52 if (overallocation == 0u) { in MallocArena() 58 size_t tail = overallocation - head; in MallocArena() 68 constexpr size_t overallocation = RequiredOverallocation(); in ~MallocArena() local 69 if (overallocation != 0u && kRunningOnMemoryTool) { in ~MallocArena() 71 size_t tail = overallocation - head; in ~MallocArena()
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | ImageUtils.cpp | 335 int overallocation = 256; in allocateImage() local 336 return (ImageType) calloc(width*height*numChannels+overallocation, sizeof(ImageTypeBase)); in allocateImage()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |