Searched refs:MemBlock (Results 1 - 6 of 6) sorted by relevance

/external/libavc/decoder/
H A Dih264d_mem_request.h45 struct MemBlock struct
54 struct MemBlock s_memBlock[MAX_MEM_BLOCKS]; /** Pointer to the first memory block */
H A Dih264d_utils.c1820 struct MemBlock *p_MemBlock;
/external/skia/src/gpu/
H A DGrTRecorder.h57 : fHeadBlock(MemBlock::Alloc(LengthOf(initialSizeInBytes), nullptr)),
63 MemBlock::Free(fHeadBlock);
114 struct MemBlock : SkNoncopyable { struct in class:GrTRecorder
117 static MemBlock* Alloc(int length, MemBlock* prev) {
118 MemBlock* block = reinterpret_cast<MemBlock*>(
119 sk_malloc_throw(sizeof(TAlign) * (length_of<MemBlock>::kValue + length)));
132 static void Free(MemBlock* block) {
138 MemBlock* nex
[all...]
/external/webp/src/utils/
H A Dutils.c60 typedef struct MemBlock MemBlock; typedef in typeref:struct:MemBlock
61 struct MemBlock { struct
64 MemBlock* next_;
67 static MemBlock* all_blocks = NULL;
84 MemBlock* b = all_blocks;
118 MemBlock* const b = (MemBlock*)malloc(sizeof(*b));
140 MemBlock** b = &all_blocks;
148 MemBlock* cons
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dbytestream.h60 class MemBlock;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp543 sys::MemoryBlock MemBlock = allocateNewSlab(DefaultCodeSlabSize); local
544 CodeSlabs.push_back(MemBlock);
545 uint8_t *MemBase = (uint8_t*)MemBlock.base();
559 MemoryRangeHeader *Mem3 = (MemoryRangeHeader*)(MemBase+MemBlock.size())-1;

Completed in 223 milliseconds