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 29 * @param initialBlock optional memory to use for the first block.
33 GrAllocator(size_t itemSize, int itemsPerBlock, void* initialBlock) :
36 fOwnFirstBlock(NULL == initialBlock),
40 fBlocks.push_back() = initialBlock;
41 GR_DEBUGCODE(if (!fOwnFirstBlock) {*((char*)initialBlock+fBlockSize-1)='a';} );
151 * @param initialBlock optional memory to use for the first block.
229 GrTAllocator(int itemsPerBlock, void* initialBlock)
230 : fAllocator(sizeof(T), itemsPerBlock, initialBlock) {
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]

Completed in 46 milliseconds