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

  /external/chromium_org/third_party/skia/src/core/
SkTDynamicHash.h 94 static T** AllocArray(int capacity) {
104 fArray = AllocArray(fCapacity);
  /external/skia/src/core/
SkTDynamicHash.h 94 static T** AllocArray(int capacity) {
104 fArray = AllocArray(fCapacity);

Completed in 47 milliseconds