Lots of work on removing malloc from driver
This commit is contained in:
13
luprex/core/cpp/driver-util.hpp
Normal file
13
luprex/core/cpp/driver-util.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef DRIVER_UTIL_HPP
|
||||
#define DRIVER_UTIL_HPP
|
||||
|
||||
#include "umm-malloc.hpp"
|
||||
|
||||
namespace drv {
|
||||
|
||||
void split_host_port(std::string_view target, UmmString &host, UmmString &port);
|
||||
|
||||
}
|
||||
|
||||
#endif // DRIVER_UTIL_HPP
|
||||
Reference in New Issue
Block a user