Searched defs:MemBlock (Results 1 – 3 of 3) sorted by relevance
114 struct MemBlock : SkNoncopyable { struct117 static MemBlock* Alloc(int length, MemBlock* prev) { in Alloc() argument132 static void Free(MemBlock* block) { in Free() argument150 MemBlock* fNext; argument151 MemBlock* fPrev; argument
59 typedef struct MemBlock MemBlock; typedef60 struct MemBlock { struct63 MemBlock* next_; argument
45 struct MemBlock struct54 struct MemBlock s_memBlock[MAX_MEM_BLOCKS]; /** Pointer to the first memory block */ argument