Home
last modified time | relevance | path

Searched refs:should_free (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Darray-buffer-tracker-inl.h60 void LocalArrayBufferTracker::Free(Callback should_free) { in Free() argument
68 if (should_free(buffer)) { in Free()
Darray-buffer-tracker.h84 void Free(Callback should_free);
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn.c104 char should_free; in BN_clear_free() local
118 should_free = (bn->flags & BN_FLG_MALLOCED) != 0; in BN_clear_free()
119 if (should_free) { in BN_clear_free()