diff options
author | 2024-01-29 03:28:01 +0000 | |
---|---|---|
committer | 2024-01-29 10:49:52 +0000 | |
commit | 6b7eedf7179d4737a201a4dd3fd7cb07ef1f1477 (patch) | |
tree | 7332006024f9ad9c217318100db207da5db59ee6 /compiler/optimizing/optimizing_unit_test.h | |
parent | d76551c7229060a3fe11258b490a11f4ee91e9f8 (diff) |
Use new instead of malloc for allocating trace buffers
Earlier we used malloc and free but moved the trace buffer to a
unique_ptr. Instead of using a custom deleter just use new for
allocating trace buffers.
Bug: 259258187
Test: art/test.py --2246
Change-Id: I7461d971ceef86c664f20427da8150aaf4448110
Diffstat (limited to 'compiler/optimizing/optimizing_unit_test.h')
0 files changed, 0 insertions, 0 deletions