Searched defs:ClientConfig (Results 1 – 1 of 1) sorted by relevance
100 struct alignas(8) ClientConfig { // 8 is 8 bit struct101 void Reset() in Reset()116 std::string ToString() in ToString()127 int32_t filterSize = -1;128 uint32_t shareMemroySize = 0;129 clockid_t clockId = CLOCK_REALTIME;130 uint8_t maxStackDepth = 0;131 bool mallocDisable = false;132 bool mmapDisable = false;133 bool freeStackData = false;[all …]