Searched refs:freed_by_count (Results 1 – 1 of 1) sorted by relevance
230 uint64 freed_by_count = 0; in AllocateRawInternalWithRetry() local232 freed_by_count = (*allocation_attr.freed_by_func)(); in AllocateRawInternalWithRetry()235 AllocateRawInternal(unused_alignment, num_bytes, false, freed_by_count); in AllocateRawInternalWithRetry()242 uint64 freed_by_count = 0; in AllocateRawInternalWithRetry() local244 freed_by_count = (*allocation_attr.freed_by_func)(); in AllocateRawInternalWithRetry()246 return AllocateRawInternal(a, nb, v, freed_by_count); in AllocateRawInternalWithRetry()260 uint64 freed_by_count = 0; in AllocateRaw() local262 freed_by_count = (*allocation_attr.freed_by_func)(); in AllocateRaw()265 dump_log_on_failure, freed_by_count); in AllocateRaw()274 << " with freed_by_count=" << freed_by_count in AllocateRaw()