More work on moving engine into dlmalloc heap
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
|
||||
namespace drv {
|
||||
|
||||
void split_host_port(std::string_view target, drv::string &host, drv::string &port);
|
||||
void split_host_port(std::string_view target, std::string &host, std::string &port);
|
||||
|
||||
drv::vector<drv::string> parse_control_lst(std::string_view ctrl);
|
||||
std::vector<std::string> parse_control_lst(std::string_view ctrl);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user