Lines Matching refs:A
32 template <typename S, typename A>
33 mirror::Object* ValgrindMallocSpace<S, A>::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth()
49 template <typename S, typename A>
50 mirror::Object* ValgrindMallocSpace<S, A>::Alloc(Thread* self, size_t num_bytes, in Alloc()
66 template <typename S, typename A>
67 size_t ValgrindMallocSpace<S, A>::AllocationSize(mirror::Object* obj, size_t* usable_size) { in AllocationSize()
73 template <typename S, typename A>
74 size_t ValgrindMallocSpace<S, A>::Free(Thread* self, mirror::Object* ptr) { in Free()
84 template <typename S, typename A>
85 size_t ValgrindMallocSpace<S, A>::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { in FreeList()
94 template <typename S, typename A>
95 ValgrindMallocSpace<S, A>::ValgrindMallocSpace(const std::string& name, MemMap* mem_map, in ValgrindMallocSpace()
96 A allocator, byte* begin, in ValgrindMallocSpace()