Searched refs:bytes_allocated_out (Results 1 – 1 of 1) sorted by relevance
/art/runtime/gc/space/ |
D | memory_tool_malloc_space-inl.h | 34 size_t* bytes_allocated_out, size_t* usable_size_out, in AdjustForValgrind() argument 36 if (bytes_allocated_out != nullptr) { in AdjustForValgrind() 37 *bytes_allocated_out = bytes_allocated; in AdjustForValgrind() 88 Thread* self, size_t num_bytes, size_t* bytes_allocated_out, size_t* usable_size_out, in AllocWithGrowth() argument 104 bytes_allocated_out, in AllocWithGrowth() 117 Thread* self, size_t num_bytes, size_t* bytes_allocated_out, size_t* usable_size_out, in Alloc() argument 132 bytes_allocated_out, in Alloc() 145 Thread* self, size_t num_bytes, size_t* bytes_allocated_out, size_t* usable_size_out, in AllocThreadUnsafe() argument 161 bytes_allocated_out, in AllocThreadUnsafe()
|