Searched refs:should_free (Results 1 – 3 of 3) sorted by relevance
60 void LocalArrayBufferTracker::Free(Callback should_free) { in Free() argument68 if (should_free(buffer)) { in Free()
84 void Free(Callback should_free);
104 char should_free; in BN_clear_free() local118 should_free = (bn->flags & BN_FLG_MALLOCED) != 0; in BN_clear_free()119 if (should_free) { in BN_clear_free()