Document lack of byte-accurate reporting for F14Map

This commit is contained in:
Thierry Treyer 2023-09-07 08:48:43 -07:00 committed by Thierry Treyer
parent b327cf956b
commit f8a28b41ef
3 changed files with 9 additions and 0 deletions

View File

@ -71,6 +71,9 @@ struct TypeHandler<DB, %1%<T0, T1, T2, T3, T4>> {
"""
traversal_func = """
// TODO: This implementation enables the traversal of the container,
// but doesn't report the memory footprint accurately.
// Revisit this implementation and fix memory footprint reporting.
auto tail = returnArg
.write((uintptr_t)&container)
.write(container.size());

View File

@ -71,6 +71,9 @@ struct TypeHandler<DB, %1%<T0, T1, T2, T3, T4>> {
"""
traversal_func = """
// TODO: This implementation enables the traversal of the container,
// but doesn't report the memory footprint accurately.
// Revisit this implementation and fix memory footprint reporting.
auto tail = returnArg
.write((uintptr_t)&container)
.write(container.size());

View File

@ -71,6 +71,9 @@ struct TypeHandler<DB, %1%<T0, T1, T2, T3, T4>> {
"""
traversal_func = """
// TODO: This implementation enables the traversal of the container,
// but doesn't report the memory footprint accurately.
// Revisit this implementation and fix memory footprint reporting.
auto tail = returnArg
.write((uintptr_t)&container)
.write(container.size());