Searched defs:Allocated (Results 1 – 8 of 8) sorted by relevance
63 std::unique_ptr<unsigned[]> Allocated; variable
62 std::unique_ptr<unsigned[]> Allocated; variable
38 Allocated, enumerator
54 enum class BlockState { Free, Split, Allocated }; enumerator
485 struct Allocated { struct495 Allocated allocated; argument
588 unsigned int Allocated:1; member
56 unsigned int Allocated:1; member
452 ByteSource ByteSource::Allocated(void* data, size_t size) { in SetFipsCrypto() function in node::crypto::ByteSource