Skip to content

Commit ffb5d51

Browse files
update examples_tests and log a TODO
1 parent 0b68592 commit ffb5d51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

include/nbl/core/alloc/address_allocator_traits.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ namespace nbl::core
155155
_NBL_STATIC_INLINE_CONSTEXPR bool supportsArbitraryOrderFrees = resolve_supportsArbitraryOrderFrees<AddressAlloc>::value;
156156
_NBL_STATIC_INLINE_CONSTEXPR uint32_t maxMultiOps = resolve_maxMultiOps<AddressAlloc>::value;
157157

158+
// TODO: make the printer customizable without making a `core`->`system` circular dep
158159
static inline void printDebugInfo()
159160
{
160161
printf("has_func_multi_alloc_addr : %s\n", has_func_multi_alloc_addr<AddressAlloc>::value ? "true":"false");

0 commit comments

Comments
 (0)