Migrated engine to using dlmalloc through eng::
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
#define DRIVER_UTIL_HPP
|
||||
|
||||
#include "wrap-string.hpp"
|
||||
#include "wrap-string-view.hpp"
|
||||
#include "wrap-vector.hpp"
|
||||
#include "wrap-map.hpp"
|
||||
|
||||
namespace drv {
|
||||
|
||||
void split_host_port(std::string_view target, std::string &host, std::string &port);
|
||||
void split_host_port(drv::string_view target, drv::string &host, drv::string &port);
|
||||
|
||||
std::vector<std::string> parse_control_lst(std::string_view ctrl);
|
||||
drv::vector<drv::string> parse_control_lst(drv::string_view ctrl);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user