Searched refs:AllocateChunk (Results 1 - 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | bfc_allocator.cc | 148 ChunkHandle h = AllocateChunk(); 172 BFCAllocator::ChunkHandle BFCAllocator::AllocateChunk() { function in class:tensorflow::BFCAllocator 341 ChunkHandle h_new_chunk = AllocateChunk();
|
H A D | bfc_allocator.h | 345 ChunkHandle AllocateChunk() EXCLUSIVE_LOCKS_REQUIRED(lock_);
|
/external/v8/src/heap/ |
H A D | spaces.cc | 652 MemoryChunk* MemoryAllocator::AllocateChunk(size_t reserve_area_size, function in class:v8::internal::MemoryAllocator 783 return AllocateChunk(reserve_area_size, commit_area_size, executable, 967 chunk = AllocateChunk(size, size, executable, owner); 986 MemoryChunk* chunk = AllocateChunk(size, size, executable, owner);
|
H A D | spaces.h | 1289 MemoryChunk* AllocateChunk(size_t reserve_area_size, size_t commit_area_size,
|
/external/v8/src/ |
H A D | deoptimizer.cc | 26 return allocator->AllocateChunk(Deoptimizer::GetMaxDeoptTableSize(),
|
Completed in 346 milliseconds