Home
last modified time | relevance | path

Searched refs:TryToAllocate (Results 1 – 2 of 2) sorted by relevance

/ark/runtime_core/runtime/mem/
Dframe_allocator-inl.h85 void *mem = TryToAllocate(size); in Alloc()
93 mem = TryToAllocate(size); in Alloc()
133 inline void *FrameAllocator<AlignmenT, UseMemsetT>::TryToAllocate(size_t size) in TryToAllocate() function
Dframe_allocator.h97 void *TryToAllocate(size_t size);