Searched refs:UseMallocForInternalAllocations (Results 1 – 4 of 4) sorted by relevance
61 ASSERT(!Runtime::GetCurrent()->GetOptions().UseMallocForInternalAllocations()); in TEST_F()
151 bool UseMallocForInternalAllocations() const in UseMallocForInternalAllocations() function
337 RuntimeInternalAllocator::Create(options.UseMallocForInternalAllocations()); in Create()616 (!options_.UseMallocForInternalAllocations()); in IsEnableMemoryHooks()
233 … allocator->New<mem::StackFrameAllocator>(Runtime::GetOptions().UseMallocForInternalAllocations()); in ManagedThread()