HomeSort by relevance Sort by last modified time
    Searched refs:CanAllocThreadLocal (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/space/
rosalloc_space-inl.h 93 inline bool RosAllocSpace::CanAllocThreadLocal(Thread* self, size_t num_bytes) {
rosalloc_space.h 87 ALWAYS_INLINE bool CanAllocThreadLocal(Thread* self, size_t num_bytes);
  /art/runtime/gc/
heap-inl.h 263 DCHECK(!rosalloc_space_->CanAllocThreadLocal(self, alloc_size));

Completed in 378 milliseconds