Home
last modified time | relevance | path

Searched refs:MemoryRetainer (Results 1 - 25 of 38) sorted by relevance

12

/third_party/node/src/
H A Dmemory_tracker.h24 // 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 Dmemory_tracker-inl.h26 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 Dtimer_wrap.h15 class TimerWrap final : public MemoryRetainer {
53 class TimerWrapHandle : public MemoryRetainer {
H A Dnode_sockaddr.h23 class SocketAddress : public MemoryRetainer {
210 class SocketAddressLRU : public MemoryRetainer {
247 class SocketAddressBlockList : public MemoryRetainer {
271 struct Rule : public MemoryRetainer {
H A Dcleanup_queue.h17 class CleanupQueue : public MemoryRetainer {
H A Denv.h122 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 Daliased_buffer.h32 class AliasedBufferBase : public MemoryRetainer {
H A Dnode_realm.h44 class Realm : public MemoryRetainer {
/third_party/node/src/crypto/
H A Dcrypto_rsa.h22 struct RsaKeyPairParams final : public MemoryRetainer {
55 struct RSAKeyExportConfig final : public MemoryRetainer {
80 struct RSACipherConfig final : public MemoryRetainer {
H A Dcrypto_random.h15 struct RandomBytesConfig final : public MemoryRetainer {
49 struct RandomPrimeConfig final : public MemoryRetainer {
86 struct CheckPrimeConfig final : public MemoryRetainer {
H A Dcrypto_dh.h62 struct DhKeyPairParams final : public MemoryRetainer {
90 struct DHKeyExportConfig final : public MemoryRetainer {
114 struct DHBitsConfig final : public MemoryRetainer {
H A Dcrypto_dsa.h15 struct DsaKeyPairParams final : public MemoryRetainer {
40 struct DSAKeyExportConfig final : public MemoryRetainer {
H A Dcrypto_ec.h58 struct ECDHBitsConfig final : public MemoryRetainer {
94 struct EcKeyPairParams final : public MemoryRetainer {
122 struct ECKeyExportConfig final : public MemoryRetainer {
H A Dcrypto_keygen.h199 struct SecretKeyGenConfig final : public MemoryRetainer {
231 struct KeyPairGenConfig final : public MemoryRetainer {
269 struct NidKeyPairParams final : public MemoryRetainer {
H A Dcrypto_hkdf.h14 struct HKDFConfig final : public MemoryRetainer {
H A Dcrypto_scrypt.h27 struct ScryptConfig final : public MemoryRetainer {
H A Dcrypto_pbkdf2.h27 struct PBKDF2Config final : public MemoryRetainer {
H A Dcrypto_aes.h38 struct AESCipherConfig final : public MemoryRetainer {
H A Dcrypto_bio.h42 class NodeBIO : public MemoryRetainer {
H A Dcrypto_hmac.h42 struct HmacConfig final : public MemoryRetainer {
H A Dcrypto_hash.h42 struct HashConfig final : public MemoryRetainer {
H A Dcrypto_sig.h102 struct SignConfiguration final : public MemoryRetainer {
/third_party/node/src/dataqueue/
H A Dqueue.h127 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 Dtlscontext.h24 class TLSContext final : public MemoryRetainer {
35 struct Options final : public MemoryRetainer {
H A Ddata.h26 class Store final : public MemoryRetainer {
65 class QuicError final : public MemoryRetainer {

Completed in 11 milliseconds

12