Searched defs:MemBlock (Results 1 – 3 of 3) sorted by relevance
115 struct MemBlock : SkNoncopyable { struct118 static MemBlock* Alloc(int length, MemBlock* prev) { in Alloc() argument133 static void Free(MemBlock* block) { in Free() argument151 MemBlock* fNext; argument152 MemBlock* fPrev; argument
45 struct MemBlock struct54 struct MemBlock s_memBlock[MAX_MEM_BLOCKS]; /** Pointer to the first memory block */ argument
61 typedef struct MemBlock MemBlock; typedef62 struct MemBlock { struct65 MemBlock* next_; argument