Home
last modified time | relevance | path

Searched defs:Allocated (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dedit_distance.h63 std::unique_ptr<unsigned[]> Allocated; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dedit_distance.h62 std::unique_ptr<unsigned[]> Allocated; variable
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DObjectStorage.h38 Allocated, enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuddyAllocator.h54 enum class BlockState { Free, Split, Allocated }; enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h485 struct Allocated { struct
495 Allocated allocated; argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog.c588 unsigned int Allocated:1; member
Dradeon_pair_regalloc.c56 unsigned int Allocated:1; member
/third_party/node/src/
Dnode_crypto.cc2941 ByteSource ByteSource::Allocated(char* data, size_t size) { in Allocated() function in node::crypto::ByteSource