Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-05 | Improved support for memory debugging. | Søren Sandmann | 1 | -5/+26 | |
Make all memory allocation functions take a string that will explain what the memory will be used for. This allows debug print statements to be added to the allocation functions and could later potentially be used for more detailed statistics. | |||||
2012-06-15 | qxl_mem: add debug flags, simple accounting and valgrind enabled | Alon Levy | 1 | -1/+54 | |
adds preprocessor definitions DEBUG_QXL_MEM & DEBUG_QXL_MEM_VERBOSE | |||||
2012-03-18 | qxl: fix config.h usage | Dave Airlie | 1 | -0/+4 | |
You have to include config.h at top of each C file, not inside a header file. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||||
2011-07-23 | add missing copyright headers | Alon Levy | 1 | -0/+22 | |
2011-04-27 | qxl_mem.c: fix pointer arithmatic warning (-Wpointer-arith) | Alon Levy | 1 | -1/+1 | |
2011-01-26 | Faster malloc() implemenetation | Søren Sandmann | 1 | -0/+66 | |
2011-01-26 | Fix surface bugs | Søren Sandmann | 1 | -0/+27 | |
2010-09-14 | Make sure memory space is not bigger than the memory | Søren Sandmann | 1 | -0/+2 | |
2009-03-29 | Compute hash codes for images | Søren Sandmann Pedersen | 1 | -1/+3 | |
2009-03-04 | Add hardware cursor support | Søren Sandmann Pedersen | 1 | -0/+2 | |
2009-02-24 | Free all memory on mode switch | Søren Sandmann Pedersen | 1 | -23/+27 | |
2009-02-17 | Working garbage collection | Søren Sandmann Pedersen | 1 | -8/+17 | |
2009-02-05 | Initial garbage collection support | Søren Sandmann Pedersen | 1 | -7/+47 | |
2009-01-31 | Get rid of qxl_mem.h header | Søren Sandmann Pedersen | 1 | -1/+0 | |
2009-01-28 | Add debug spam, hack around bug in the X server shadow code | Søren Sandmann Pedersen | 1 | -6/+2 | |
2009-01-24 | Comment out spamming | Søren Sandmann Pedersen | 1 | -1/+33 | |
2009-01-24 | Hook up the free list correctly when a block is not split | Søren Sandmann Pedersen | 1 | -1/+13 | |
2009-01-24 | Only split a free block if there remains enough space for struct block | Søren Sandmann Pedersen | 1 | -3/+19 | |
2009-01-24 | Fix a couple of free list corruptions; add more spam | Søren Sandmann Pedersen | 1 | -4/+15 | |
2009-01-24 | Fix bug where the new block was not correctly attached to its successor | Søren Sandmann Pedersen | 1 | -2/+7 | |
2009-01-24 | Add qxl_mem.c and mmtest to build system | Søren Sandmann Pedersen | 1 | -2/+0 | |
2009-01-24 | Add mmtest.c plus various debug spam | Søren Sandmann Pedersen | 1 | -2/+41 | |
2009-01-24 | Add simple-minded initial memory manager implementation. | Søren Sandmann Pedersen | 1 | -0/+156 | |