We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecabc7f commit ebec9c4Copy full SHA for ebec9c4
ddprof-lib/src/main/cpp/context.cpp
@@ -87,7 +87,7 @@ ContextPage Contexts::getPage(int tid) {
87
return {.capacity = DD_CONTEXT_PAGE_SIZE * sizeof(Context),
88
.storage = _pages[pageIndex]};
89
} else {
90
- return {};
+ return {.capacity = 0, .storage = NULL};
91
}
92
93
0 commit comments