mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
Document lack of byte-accurate reporting for F14Map
This commit is contained in:
parent
b327cf956b
commit
f8a28b41ef
@ -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());
|
||||
|
@ -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());
|
||||
|
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user