Searched refs:AllocateChunk (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.cc | 149 ChunkHandle h = AllocateChunk(); in Extend() 166 BFCAllocator::ChunkHandle BFCAllocator::AllocateChunk() { in AllocateChunk() function in tensorflow::BFCAllocator 357 ChunkHandle h_new_chunk = AllocateChunk(); in SplitChunk()
|
D | bfc_allocator.h | 367 ChunkHandle AllocateChunk() EXCLUSIVE_LOCKS_REQUIRED(lock_);
|
/external/v8/src/heap/ |
D | spaces.cc | 813 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()
|
D | spaces.h | 1422 MemoryChunk* AllocateChunk(size_t reserve_area_size, size_t commit_area_size,
|