Commit dce5e14e authored by wangxuefeng's avatar wangxuefeng

Remove extra space

parent 74e853aa
...@@ -64,23 +64,23 @@ ...@@ -64,23 +64,23 @@
#include "brpc/server.h" #include "brpc/server.h"
#include "brpc/trackme.h" // TrackMe #include "brpc/trackme.h" // TrackMe
#include "brpc/details/usercode_backup_pool.h" #include "brpc/details/usercode_backup_pool.h"
#include <malloc.h> // malloc_trim #include <malloc.h> // malloc_trim
#include "butil/fd_guard.h" #include "butil/fd_guard.h"
#include "butil/files/file_watcher.h" #include "butil/files/file_watcher.h"
extern "C" { extern "C" {
// defined in gperftools/malloc_extension_c.h // defined in gperftools/malloc_extension_c.h
void BAIDU_WEAK MallocExtension_ReleaseFreeMemory(void); void BAIDU_WEAK MallocExtension_ReleaseFreeMemory(void);
} }
namespace brpc { namespace brpc {
DECLARE_bool(usercode_in_pthread); DECLARE_bool(usercode_in_pthread);
DEFINE_int32(free_memory_to_system_interval, 0, DEFINE_int32(free_memory_to_system_interval, 0,
"Try to return free memory to system every so many seconds, " "Try to return free memory to system every so many seconds, "
"values <= 0 disables this feature"); "values <= 0 disables this feature");
BRPC_VALIDATE_GFLAG(free_memory_to_system_interval, PassValidate); BRPC_VALIDATE_GFLAG(free_memory_to_system_interval, PassValidate);
namespace policy { namespace policy {
// Defined in http_rpc_protocol.cpp // Defined in http_rpc_protocol.cpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment