Home
last modified time | relevance | path

Searched defs:MemBlock (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrTRecorder.h115 struct MemBlock : SkNoncopyable { struct
118 static MemBlock* Alloc(int length, MemBlock* prev) { in Alloc() argument
133 static void Free(MemBlock* block) { in Free() argument
151 MemBlock* fNext; argument
152 MemBlock* fPrev; argument
/external/skqp/src/gpu/
DGrTRecorder.h115 struct MemBlock : SkNoncopyable { struct
118 static MemBlock* Alloc(int length, MemBlock* prev) { in Alloc() argument
133 static void Free(MemBlock* block) { in Free() argument
151 MemBlock* fNext; argument
152 MemBlock* fPrev; argument
/external/libavc/decoder/
Dih264d_mem_request.h45 struct MemBlock struct
54 struct MemBlock s_memBlock[MAX_MEM_BLOCKS]; /** Pointer to the first memory block */ argument
/external/webp/src/utils/
Dutils.c61 typedef struct MemBlock MemBlock; typedef
62 struct MemBlock { struct
65 MemBlock* next_; argument
/external/protobuf/src/google/protobuf/stubs/
Dbytestream.h60 class MemBlock; variable
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp543 sys::MemoryBlock MemBlock = allocateNewSlab(DefaultCodeSlabSize); in DefaultJITMemoryManager() local