Home
last modified time | relevance | path

Searched refs:AllocateChunk (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc149 ChunkHandle h = AllocateChunk(); in Extend()
166 BFCAllocator::ChunkHandle BFCAllocator::AllocateChunk() { in AllocateChunk() function in tensorflow::BFCAllocator
357 ChunkHandle h_new_chunk = AllocateChunk(); in SplitChunk()
Dbfc_allocator.h367 ChunkHandle AllocateChunk() EXCLUSIVE_LOCKS_REQUIRED(lock_);
/external/v8/src/heap/
Dspaces.cc813 MemoryChunk* MemoryAllocator::AllocateChunk(size_t reserve_area_size, in AllocateChunk() function in v8::internal::MemoryAllocator
937 return AllocateChunk(reserve_area_size, commit_area_size, executable, in AllocateChunk()
1187 chunk = AllocateChunk(size, size, executable, owner); in AllocateChunk()
1206 MemoryChunk* chunk = AllocateChunk(size, size, executable, owner); in AllocateChunk()
Dspaces.h1422 MemoryChunk* AllocateChunk(size_t reserve_area_size, size_t commit_area_size,