summaryrefslogtreecommitdiffstats
path: root/doxygen/siphon
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2019-03-18 10:49:56 +0100
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-03-18 10:49:56 +0100
commita990a2e4930014f025338d8ce186abfa12ec09ff (patch)
treebb2dd7e31e321dc3af0c3011533ad65b2760c79e /doxygen/siphon
parent97f8ae923a37d2682cdf0a295fc2dfe8ab02db38 (diff)
vnet: disable the expansion of the heap allocated for classifier tables
Classifier data structures assume the contiguous chunk of memory within the heap. Default heap flags for dlmalloc allow for heap growth. When that happens, the memory becomes discontiguous. This results in symptoms that are more cryptic than necessary. Disabling the expand makes the session allocation behavior of the classifier the same for dlmalloc as for the legacy allocator. Change-Id: I2f725b5f78a31a8eaa5f5a20dfdd7e1129662f6a Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'doxygen/siphon')
0 files changed, 0 insertions, 0 deletions
id='n152' href='#n152'>152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234