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

  /system/chre/platform/shared/
memory_manager.cc 24 AllocHeader *header = nullptr;
33 header = static_cast<AllocHeader*>(
34 doAlloc(app, sizeof(AllocHeader) + bytes));
50 AllocHeader *header = static_cast<AllocHeader*>(ptr);
  /system/chre/platform/include/chre/platform/
memory_manager.h 99 union AllocHeader {
  /external/skia/src/gpu/
GrMemoryPool.h 97 struct AllocHeader {
120 kPerAllocPad = GR_CT_ALIGN_UP(sizeof(AllocHeader), kAlignment),
GrMemoryPool.cpp 82 AllocHeader* allocData = reinterpret_cast<AllocHeader*>(ptr);
101 AllocHeader* allocData = reinterpret_cast<AllocHeader*>(ptr);
193 AllocHeader* allocData = reinterpret_cast<AllocHeader*>(userStart);
  /external/skqp/src/gpu/
GrMemoryPool.h 97 struct AllocHeader {
120 kPerAllocPad = GR_CT_ALIGN_UP(sizeof(AllocHeader), kAlignment),
GrMemoryPool.cpp 82 AllocHeader* allocData = reinterpret_cast<AllocHeader*>(ptr);
101 AllocHeader* allocData = reinterpret_cast<AllocHeader*>(ptr);
193 AllocHeader* allocData = reinterpret_cast<AllocHeader*>(userStart);

Completed in 102 milliseconds