Searched refs:AllocateChunk (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
H A Dbfc_allocator.cc148 ChunkHandle h = AllocateChunk();
172 BFCAllocator::ChunkHandle BFCAllocator::AllocateChunk() { function in class:tensorflow::BFCAllocator
341 ChunkHandle h_new_chunk = AllocateChunk();
H A Dbfc_allocator.h345 ChunkHandle AllocateChunk() EXCLUSIVE_LOCKS_REQUIRED(lock_);
/external/v8/src/heap/
H A Dspaces.cc652 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 Dspaces.h1289 MemoryChunk* AllocateChunk(size_t reserve_area_size, size_t commit_area_size,
/external/v8/src/
H A Ddeoptimizer.cc26 return allocator->AllocateChunk(Deoptimizer::GetMaxDeoptTableSize(),

Completed in 346 milliseconds