Home
last modified time | relevance | path

Searched refs:kExternalSize (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_crypto.h125 static const int64_t kExternalSize = 1024;
207 env_->isolate()->AdjustAmountOfExternalAllocatedMemory(kExternalSize); in SSLWrap()
230 static const int64_t kExternalSize = 6224 + 1040 + 42 * 1024; variable
Dnode_crypto.cc546 env->isolate()->AdjustAmountOfExternalAllocatedMemory(kExternalSize); in SecureContext()
551 env()->isolate()->AdjustAmountOfExternalAllocatedMemory(-kExternalSize); in Reset()
2542 env_->isolate()->AdjustAmountOfExternalAllocatedMemory(-kExternalSize); in DestroySSL()
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md1855 …js/node/commit/201393f655)] - **(SEMVER-MINOR)** **crypto**: estimate kExternalSize (David Benjami…
DCHANGELOG_V8.md1316 …js/node/commit/0f909a87a6)] - **(SEMVER-MINOR)** **crypto**: estimate kExternalSize (David Benjami…