Searched refs:freed_by_func (Results 1 – 2 of 2) sorted by relevance
190 if (allocation_attr.freed_by_func != nullptr) { in AllocateRawInternalWithRetry()191 freed_by_count = allocation_attr.freed_by_func(); in AllocateRawInternalWithRetry()202 if (allocation_attr.freed_by_func != nullptr) { in AllocateRawInternalWithRetry()203 freed_by_count = allocation_attr.freed_by_func(); in AllocateRawInternalWithRetry()220 if (allocation_attr.freed_by_func != nullptr) { in AllocateRaw()221 freed_by_count = allocation_attr.freed_by_func(); in AllocateRaw()
54 std::function<uint64()> freed_by_func = nullptr; member