angle/samples
Roman Lavrov 4b33633a7c Capture/Replay: Delete binary data in FinishReplay via callback
Delete callback fixes b/179188489 as delete[] will get called from the
same module where allocation happens. When decompress/delete callbacks
not provided, new[] and delete[] are called from the fixture.

AFAICT, gBinaryData == nullptr every time, even with a single test and
--gtest_repeat=N, so we never delete the uncompressed data. When
running multiple tests locally, I see RES usage grow significantly
on Linux which this CL fixes. I don't think this matters for bot runs as
we run tests one by one there.

Bug: b/179188489
Change-Id: Iee3bccb9d6d72c315c4358b70ec9c3c0ac963258
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3858185
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Cody Northrop <cnorthrop@google.com>
Commit-Queue: Roman Lavrov <romanl@google.com>
2022-08-29 18:45:47 +00:00
..
WindowTest Rename util/system_utils to util/test_utils. 2019-09-27 21:47:21 +00:00
capture_replay Capture/Replay: Delete binary data in FinishReplay via callback 2022-08-29 18:45:47 +00:00
gles1 Fix samples' arguments to SampleApplication 2022-07-06 16:10:52 +00:00
hello_triangle Fix samples' arguments to SampleApplication 2022-07-06 16:10:52 +00:00
hello_triangle_gl Get desktop GL conformance tests to build 2022-08-03 22:17:47 +00:00
mip_map_2d Standardize copyright notices to project style 2019-08-14 23:05:33 +00:00
multi_texture Rename util/system_utils to util/test_utils. 2019-09-27 21:47:21 +00:00
multi_window Fix samples' arguments to SampleApplication 2022-07-06 16:10:52 +00:00
multiple_contexts Fix samples' arguments to SampleApplication 2022-07-06 16:10:52 +00:00
multiple_draw_buffers Enable two override suggestion warnings. 2020-08-28 19:47:05 +00:00
multiview Fix samples' arguments to SampleApplication 2022-07-06 16:10:52 +00:00
particle_system Rename util/system_utils to util/test_utils. 2019-09-27 21:47:21 +00:00
post_sub_buffer Minor cleanup to PostSubBuffer sample. 2020-06-11 17:53:07 +00:00
sample_util Get desktop GL conformance tests to build 2022-08-03 22:17:47 +00:00
shader_translator Translator: Clean up the compile flag passing interface 2022-08-09 00:04:02 +00:00
simple_instancing Standardize copyright notices to project style 2019-08-14 23:05:33 +00:00
simple_texture_2d Samples: Move frame counter to common location. 2020-09-14 20:42:54 +00:00
simple_texture_cubemap Standardize copyright notices to project style 2019-08-14 23:05:33 +00:00
simple_vertex_shader Standardize copyright notices to project style 2019-08-14 23:05:33 +00:00
stencil_operations Standardize copyright notices to project style 2019-08-14 23:05:33 +00:00
tex_redef_microbench Fix samples' arguments to SampleApplication 2022-07-06 16:10:52 +00:00
texture_wrap Standardize copyright notices to project style 2019-08-14 23:05:33 +00:00
torus_lighting Fix samples' arguments to SampleApplication 2022-07-06 16:10:52 +00:00
tri_fan_microbench Fix samples' arguments to SampleApplication 2022-07-06 16:10:52 +00:00
BUILD.gn Get desktop GL conformance tests to build 2022-08-03 22:17:47 +00:00