pass through enable malloc build for dragonflybsd. (#614)
This commit is contained in:
@@ -45,6 +45,11 @@ namespace snmalloc::external_alloc
|
||||
{
|
||||
using ::malloc_usable_size;
|
||||
}
|
||||
# elif defined(__DragonFly__)
|
||||
namespace snmalloc::external_alloc
|
||||
{
|
||||
using ::malloc_usable_size;
|
||||
}
|
||||
# else
|
||||
# error Define malloc size macro for this platform.
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user