Home
last modified time | relevance | path

Searched defs:BlockHeader (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrMemoryPool.h77 struct BlockHeader { struct
81 BlockHeader* fNext; ///< doubly-linked list of blocks. argument
82 BlockHeader* fPrev; argument
98 BlockHeader* fHeader; ///< pointer back to the block header in which an alloc resides argument
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc84 struct PersistentMemoryAllocator::BlockHeader { struct in base::PersistentMemoryAllocator
85 uint32_t size; // Number of bytes in this block, including header.
86 uint32_t cookie; // Constant value indicating completed allocation.
87 std::atomic<uint32_t> type_id; // Arbitrary number indicating data type.
88 std::atomic<uint32_t> next; // Pointer to the next block when iterating.
/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstreamVisitor.h35 const LineFileBlockHeader *BlockHeader; in operator() local
/external/ImageMagick/MagickCore/
Dmemory.c73 #define BlockHeader(block) ((size_t *) (block)-1) macro