Lines Matching defs:ClientConfig
100 struct alignas(8) ClientConfig { // 8 is 8 bit struct
101 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;
134 bool munmapStackData = false;
135 bool fpunwind = false;
136 bool isBlocked = false;
137 bool memtraceEnable = false;