Home
last modified time | relevance | path

Searched refs:MarkFree (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_allocator/public/pw_allocator/
Dblock.h183 void MarkFree() { in MarkFree() function
/external/pigweed/pw_allocator/
Dfreelist_heap.cc84 chunk_block->MarkFree(); in Free()
Dblock_test.cc255 block->MarkFree(); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h498 void MarkFree(ChunkHandle h) TF_EXCLUSIVE_LOCKS_REQUIRED(lock_);
Dbfc_allocator.cc658 MarkFree(h); in DeallocateRawInternal()
746 void BFCAllocator::MarkFree(BFCAllocator::ChunkHandle h) { in MarkFree() function in tensorflow::BFCAllocator