HomeSort by relevance Sort by last modified time
    Searched defs:AllocatorType (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
allocator_type.h 26 enum AllocatorType {
36 std::ostream& operator<<(std::ostream& os, const AllocatorType& rhs);
38 inline constexpr bool IsTLABAllocator(AllocatorType allocator) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 399 template <typename T> struct IsGenericValueImpl<T, typename Void<typename T::EncodingType>::Type, typename Void<typename T::AllocatorType>::Type>
400 : IsBaseOf<GenericValue<typename T::EncodingType, typename T::AllocatorType>, T>::Type {};
426 typedef Allocator AllocatorType; //!< Allocator type from template parameter.
    [all...]

Completed in 388 milliseconds