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

  /external/skia/src/gpu/
GrAllocator.h 28 * @param initialBlock optional memory to use for the first block.
32 GrAllocator(size_t itemSize, int itemsPerBlock, void* initialBlock) :
35 fOwnFirstBlock(NULL == initialBlock),
39 fBlocks.push_back() = initialBlock;
40 GR_DEBUGCODE(if (!fOwnFirstBlock) {*((char*)initialBlock+fBlockSize-1)='a';} );
150 * @param initialBlock optional memory to use for the first block.
228 GrTAllocator(int itemsPerBlock, void* initialBlock)
229 : fAllocator(sizeof(T), itemsPerBlock, initialBlock) {
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]

Completed in 67 milliseconds