Skip to content

Commit

Permalink
Add missing TBBMALLOC_EXPORT for __TBB_malloc_safer_aligned_msize
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
  • Loading branch information
phprus committed Jun 12, 2023
1 parent 6b7b148 commit a9f6c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tbbmalloc/frontend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2946,7 +2946,7 @@ extern "C" void scalable_free(void *object)
}

#if MALLOC_ZONE_OVERLOAD_ENABLED
extern "C" void __TBB_malloc_free_definite_size(void *object, size_t size)
extern "C" TBBMALLOC_EXPORT void __TBB_malloc_free_definite_size(void *object, size_t size)
{
internalPoolFree(defaultMemPool, object, size);
}
Expand Down

0 comments on commit a9f6c6b

Please sign in to comment.