Searched refs:dump_l (Results 1 – 1 of 1) sorted by relevance
75 void dump_l(const char* tag) const;76 void dump_l(string& res, const char* tag) const;235 dump_l("dealloc (!freed->free)"); in dealloc()249 dump_l(tag); in dump()252 void SimpleBestFitAllocator::dump_l(const char* tag) const { in dump_l() function in android::hardware::SimpleBestFitAllocator254 dump_l(result, tag); in dump_l()260 dump_l(result, tag); in dump()263 void SimpleBestFitAllocator::dump_l(string& result, const char* tag) const { in dump_l() function in android::hardware::SimpleBestFitAllocator