OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PoolAllocator
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/core/common_runtime/gpu/
pool_allocator.cc
34
PoolAllocator
::
PoolAllocator
(size_t pool_size_limit, bool auto_resize,
50
PoolAllocator
::~
PoolAllocator
() { Clear(); }
94
void*
PoolAllocator
::AllocateRaw(size_t alignment, size_t num_bytes) {
138
void
PoolAllocator
::DeallocateRaw(void* ptr) {
161
void
PoolAllocator
::Clear() {
182
void
PoolAllocator
::RemoveFromList(PtrRecord* pr) {
200
void
PoolAllocator
::AddToList(PtrRecord* pr) {
213
void
PoolAllocator
::EvictOne()
[
all
...]
pool_allocator_test.cc
31
PoolAllocator
pool(
49
PoolAllocator
pool(
82
PoolAllocator
pool(
95
// the
PoolAllocator
frees all pending memory.
100
PoolAllocator
pool(2 /*pool_size_limit*/, true /*auto_resize*/,
128
PoolAllocator
pool(
205
PoolAllocator
pool(
pool_allocator.h
47
class
PoolAllocator
: public VisitableAllocator {
59
PoolAllocator
(size_t pool_size_limit, bool auto_resize,
62
~
PoolAllocator
() override;
process_state.h
35
class
PoolAllocator
;
process_state.cc
210
allocator = new
PoolAllocator
(
213
VLOG(2) << "Using
PoolAllocator
for ProcessState CPU allocator";
Completed in 185 milliseconds