Searched refs:mHeapSize (Results 1 - 4 of 4) sorted by relevance

/hardware/msm7k/libgralloc/
H A Dallocator.cpp26 : mHeapSize(0)
31 : mHeapSize(0)
46 if (mHeapSize != 0) return -EINVAL;
48 mHeapSize = ((size + pagesize-1) & ~(pagesize-1));
49 chunk_t* node = new chunk_t(0, mHeapSize / kMemoryAlign);
57 return mHeapSize;
63 if (mHeapSize == 0) return -EINVAL;
71 if (mHeapSize == 0) return -EINVAL;
H A Dallocator.h126 size_t mHeapSize; member in class:SimpleBestFitAllocator
/hardware/msm7k/libgralloc-qsd8k/
H A Dallocator.cpp26 : mHeapSize(0)
31 : mHeapSize(0)
46 if (mHeapSize != 0) return -EINVAL;
48 mHeapSize = ((size + pagesize-1) & ~(pagesize-1));
49 chunk_t* node = new chunk_t(0, mHeapSize / kMemoryAlign);
57 return mHeapSize;
63 if (mHeapSize == 0) return -EINVAL;
71 if (mHeapSize == 0) return -EINVAL;
H A Dallocator.h127 size_t mHeapSize; member in class:SimpleBestFitAllocator

Completed in 81 milliseconds