| .. |
|
bitmap
|
7ed0480e0a
bitmap_realloc(): check old size if it is bigger, try to use a block in the same raw block
|
13 years ago |
|
freelist
|
c5b63eb8b8
correct tracking of big block statistics
|
13 years ago |
|
CMakeLists.txt
|
87b3e9480b
bitmap: add debug functions
|
13 years ago |
|
calloc.c
|
e24063eb29
Split dmmlib.c to four files
|
13 years ago |
|
debug.c
|
87b3e9480b
bitmap: add debug functions
|
13 years ago |
|
dmm_adaptor.c
|
c7f6a76c1f
Small fixes on errors and warnings.
|
14 years ago |
|
free.c
|
e88386d0e1
bitmap: use locks in malloc() and free() before updating global stats
|
13 years ago |
|
malloc.c
|
c5b63eb8b8
correct tracking of big block statistics
|
13 years ago |
|
memmove.c
|
c8a0916bfc
move memmove() out of bitmap_realloc.c
|
13 years ago |
|
other.c
|
279df2491f
Use macros for singly-linked lists as defined in /usr/include/sys/queue.h
|
13 years ago |
|
print_stats.c
|
473b1b276f
Improve support for request size on the block header
|
14 years ago |
|
raw_block.c
|
4edf0866ce
fix bitmap initialization for unused bits in the bitmap vector
|
13 years ago |
|
realloc.c
|
4b548df59e
small refactoring on bitmap_free() and realloc()
|
13 years ago |
|
release_memory.c
|
3e768d16b1
release_memory() now accepts raw_block_header_t pointers directly
|
13 years ago |
|
request_memory_mmap_linux.c
|
62b394c0ba
Major code reorganization; introduction of raw blocks
|
13 years ago |
|
request_memory_mmap_osx.c
|
62b394c0ba
Major code reorganization; introduction of raw blocks
|
13 years ago |
|
request_memory_sbrk.c
|
62b394c0ba
Major code reorganization; introduction of raw blocks
|
13 years ago |
|
statistics.c
|
64bfeb1b7f
use level 2 trace messages for reporting memory usage
|
13 years ago |