mirror of
https://github.com/joyieldInc/predixy.git
synced 2025-12-25 06:56:42 +08:00
11 lines
246 B
C++
11 lines
246 B
C++
/*
|
|
* predixy - A high performance and full features proxy for redis.
|
|
* Copyright (C) 2017 Joyield, Inc. <joyield.com@gmail.com>
|
|
* All rights reserved.
|
|
*/
|
|
|
|
#include "Alloc.h"
|
|
|
|
long AllocBase::MaxMemory(0);
|
|
AtomicLong AllocBase::UsedMemory(0);
|