We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d62594 + 1d97764 commit 57dbe0eCopy full SHA for 57dbe0e
src/concurrency/ocf_cache_line_concurrency.c
@@ -65,7 +65,7 @@ struct ocf_cache_line_concurrency {
65
*
66
*/
67
68
-#define ALLOCATOR_NAME_FMT "ocf_%s_cache_concurrency"
+#define ALLOCATOR_NAME_FMT "ocf_%s_concurrency"
69
#define ALLOCATOR_NAME_MAX (sizeof(ALLOCATOR_NAME_FMT) + OCF_CACHE_NAME_SIZE)
70
71
int ocf_cache_line_concurrency_init(struct ocf_cache_line_concurrency **self,
0 commit comments