Use new non-zeroing allocator APIs

Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
Jan Musial
2021-06-09 09:48:17 +02:00
parent 68fccaf9ae
commit f25d9a8e40
8 changed files with 33 additions and 31 deletions

View File

@@ -108,7 +108,7 @@ int ocf_cache_line_concurrency_init(struct ocf_cache_line_concurrency **self,
goto allocation_err;
}
c->allocator = env_allocator_create(sizeof(struct __waiter), name);
c->allocator = env_allocator_create(sizeof(struct __waiter), name, false);
if (!c->allocator) {
error = __LINE__;
goto allocation_err;