Skip to content

lisa._assets.kmodules.lisa: Use variably-sized strings for event fields

Douglas Raillard requested to merge douglas-raillard-arm/lisa:_pr0000097 into main

FEATURE

Use variably-sized strings (__data_loc char[]) instead of fixed-size arrays for string fields. This avoids wasting space when the string is smaller than the maximum size, at the cost of 4 bytes of overhead.

Merge request reports

Loading