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

  /art/runtime/openjdkjvmti/
ti_allocator.h 54 static unsigned char* AllocateImpl(jlong size);
ti_allocator.cc 68 *mem_ptr = AllocateImpl(size);
75 unsigned char* AllocUtil::AllocateImpl(jlong size) {
jvmti_allocator.h 115 T* result = reinterpret_cast<T*>(AllocUtil::AllocateImpl(n * sizeof(T)));
116 CHECK(result != nullptr || n == 0u); // Abort if AllocateImpl() fails.
  /external/libchrome/base/metrics/
persistent_memory_allocator.h 312 Reference AllocateImpl(size_t size, uint32_t type_id);
persistent_memory_allocator.cc 450 Reference ref = AllocateImpl(req_size, type_id);
463 PersistentMemoryAllocator::Reference PersistentMemoryAllocator::AllocateImpl(
    [all...]

Completed in 203 milliseconds