Searched refs:MemoryRetainer (Results 1 - 25 of 38) sorted by relevance
12
/third_party/node/src/ |
H A D | memory_tracker.h | 24 // Set the node name of a MemoryRetainer to klass 28 // Set the self size of a MemoryRetainer to the stack-allocated size of a 50 * class ExampleRetainer : public MemoryRetainer { 118 class MemoryRetainer { class 120 virtual ~MemoryRetainer() = default; 193 const MemoryRetainer& value, 196 const MemoryRetainer* value, 243 inline void Track(const MemoryRetainer* retainer, 254 inline void TrackInlineField(const MemoryRetainer* retainer, 265 typedef std::unordered_map<const MemoryRetainer*, MemoryRetainerNod [all...] |
H A D | memory_tracker-inl.h | 26 const MemoryRetainer* retainer) in MemoryRetainerNode() 74 const MemoryRetainer* retainer_; 100 const MemoryRetainer& value, in TrackField() 106 const MemoryRetainer* value, in TrackField() 273 void MemoryTracker::Track(const MemoryRetainer* retainer, in Track() 290 void MemoryTracker::TrackInlineField(const MemoryRetainer* retainer, in TrackInlineField() 302 MemoryRetainerNode* MemoryTracker::AddNode(const MemoryRetainer* retainer, in AddNode() 333 MemoryRetainerNode* MemoryTracker::PushNode(const MemoryRetainer* retainer, in PushNode()
|
H A D | timer_wrap.h | 15 class TimerWrap final : public MemoryRetainer { 53 class TimerWrapHandle : public MemoryRetainer {
|
H A D | node_sockaddr.h | 23 class SocketAddress : public MemoryRetainer { 210 class SocketAddressLRU : public MemoryRetainer { 247 class SocketAddressBlockList : public MemoryRetainer { 271 struct Rule : public MemoryRetainer {
|
H A D | cleanup_queue.h | 17 class CleanupQueue : public MemoryRetainer {
|
H A D | env.h | 122 class NODE_EXTERN_PRIVATE IsolateData : public MemoryRetainer { 226 class AsyncHooks : public MemoryRetainer { 350 class ImmediateInfo : public MemoryRetainer { 385 class TickInfo : public MemoryRetainer { 531 class Environment : public MemoryRetainer {
|
H A D | aliased_buffer.h | 32 class AliasedBufferBase : public MemoryRetainer {
|
H A D | node_realm.h | 44 class Realm : public MemoryRetainer {
|
/third_party/node/src/crypto/ |
H A D | crypto_rsa.h | 22 struct RsaKeyPairParams final : public MemoryRetainer { 55 struct RSAKeyExportConfig final : public MemoryRetainer { 80 struct RSACipherConfig final : public MemoryRetainer {
|
H A D | crypto_random.h | 15 struct RandomBytesConfig final : public MemoryRetainer { 49 struct RandomPrimeConfig final : public MemoryRetainer { 86 struct CheckPrimeConfig final : public MemoryRetainer {
|
H A D | crypto_dh.h | 62 struct DhKeyPairParams final : public MemoryRetainer { 90 struct DHKeyExportConfig final : public MemoryRetainer { 114 struct DHBitsConfig final : public MemoryRetainer {
|
H A D | crypto_dsa.h | 15 struct DsaKeyPairParams final : public MemoryRetainer { 40 struct DSAKeyExportConfig final : public MemoryRetainer {
|
H A D | crypto_ec.h | 58 struct ECDHBitsConfig final : public MemoryRetainer { 94 struct EcKeyPairParams final : public MemoryRetainer { 122 struct ECKeyExportConfig final : public MemoryRetainer {
|
H A D | crypto_keygen.h | 199 struct SecretKeyGenConfig final : public MemoryRetainer { 231 struct KeyPairGenConfig final : public MemoryRetainer { 269 struct NidKeyPairParams final : public MemoryRetainer {
|
H A D | crypto_hkdf.h | 14 struct HKDFConfig final : public MemoryRetainer {
|
H A D | crypto_scrypt.h | 27 struct ScryptConfig final : public MemoryRetainer {
|
H A D | crypto_pbkdf2.h | 27 struct PBKDF2Config final : public MemoryRetainer {
|
H A D | crypto_aes.h | 38 struct AESCipherConfig final : public MemoryRetainer {
|
H A D | crypto_bio.h | 42 class NodeBIO : public MemoryRetainer {
|
H A D | crypto_hmac.h | 42 struct HmacConfig final : public MemoryRetainer {
|
H A D | crypto_hash.h | 42 struct HashConfig final : public MemoryRetainer {
|
H A D | crypto_sig.h | 102 struct SignConfiguration final : public MemoryRetainer {
|
/third_party/node/src/dataqueue/ |
H A D | queue.h | 127 class DataQueue : public MemoryRetainer { 138 class Reader : public MemoryRetainer, public bob::Source<Vec> { 147 class Entry : public MemoryRetainer {
|
/third_party/node/src/quic/ |
H A D | tlscontext.h | 24 class TLSContext final : public MemoryRetainer { 35 struct Options final : public MemoryRetainer {
|
H A D | data.h | 26 class Store final : public MemoryRetainer { 65 class QuicError final : public MemoryRetainer {
|
Completed in 11 milliseconds
12