Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_allocator.cc51 jlong* allocated_ptr) { in GetGlobalJvmtiAllocationState() argument
52 if (allocated_ptr == nullptr) { in GetGlobalJvmtiAllocationState()
55 *allocated_ptr = allocated.load(); in GetGlobalJvmtiAllocationState()