Searched defs:kArenaAllocMisc (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/
H A Darena_allocator.h45 kArenaAllocMisc, enumerator in enum:art::ArenaAllocKind
187 return static_cast<T*>(Alloc(length * sizeof(T), kArenaAllocMisc));

Completed in 29 milliseconds