MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / XFree

Function XFree

server/faker-x11.cpp:335–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333// corresponding hash entry.
334
335int XFree(void *data)
336{
337 int ret = 0;
338 TRY();
339 ret = _XFree(data);
340 if(data && !faker::deadYet) VISHASH.remove(NULL, (XVisualInfo *)data);
341 CATCH();
342 return ret;
343}
344
345
346// Chromium is mainly to blame for this one. Since it is using separate

Callers 15

instanceCheckFunction · 0.85
initMethod · 0.85
testFunction · 0.85
readbackTestFunction · 0.85
readbackTestMSFunction · 0.85
flushTestFunction · 0.85
getFBConfigFromVisualFunction · 0.85
visTestFunction · 0.85
multiThreadTestFunction · 0.85
offScreenTestFunction · 0.85
contextMismatchTestFunction · 0.85
copyContextTestFunction · 0.85

Calls 1

removeMethod · 0.45

Tested by 5

testFunction · 0.68
mainFunction · 0.68
findVisualFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68