Home
last modified time | relevance | path

Searched defs:management (Results 1 – 5 of 5) sorted by relevance

/third_party/node/doc/contributing/
Dcpp-style-guide.md196 ### Memory allocation
201 ### Use `nullptr` instead of `NULL` or `0`
205 ### Use explicit pointer comparisons
211 ### Ownership and smart pointers
229 ### Avoid non-const references
266 ### Use AliasedBuffers to manipulate TypedArrays
/third_party/vk-gl-cts/doc/testspecs/VK/
Dapitests.adoc196 Memory allocation
215 Mapping memory and CPU access
234 CPU cache control
250 GPU cache control
257 Binding memory to objects
/third_party/mbedtls/docs/architecture/testing/
Dinvasive-testing.md274 #### Zeroization testing
282 #### Memory cleanup
290 #### Robustness against memory allocation failure
294 #### PSA key store memory cleanup
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md523 #### Key size determination on import
535 #### Key validation
1120 #### Mixing drivers in key derivation
1124 #### Public key calculation
1130 #### Symmetric key validation with transparent drivers
1134 #### Support for custom import formats
/third_party/node/doc/api/
Dn-api.md1470 ### Making handle lifespan shorter than that of the native method
1656 ### References to values with a lifespan longer than that of the native method
1834 ### Cleanup on exit of the current Node.js environment
1964 ### Finalization on the exit of the Node.js environment
5812 ### `napi_get_node_version`
5842 ### `napi_get_version`
5875 ### `napi_adjust_external_memory`