HomeSort by relevance Sort by last modified time
    Searched refs:fLastAllocated (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 580 , fLastAllocated(NULL) {
586 fLastAllocated = fHeap.allocThrow(bytes);
587 return fLastAllocated;
593 if (ptr == fLastAllocated) (void)fHeap.unalloc(ptr);
607 void* fLastAllocated;
  /external/skia/src/core/
SkPictureFlat.h 577 , fLastAllocated(NULL) {
583 fLastAllocated = fHeap.allocThrow(bytes);
584 return fLastAllocated;
590 if (ptr == fLastAllocated) (void)fHeap.unalloc(ptr);
604 void* fLastAllocated;

Completed in 154 milliseconds