Ioannis Koutras
|
4cef849c2e
make dmmlib work with sparc-elf-4.6
|
11 년 전 |
Ioannis Koutras
|
c0ccb6929e
small fix for the stats on freelist_realloc()
|
11 년 전 |
Ioannis Koutras
|
97e1dee818
small fixes to memalign() when using big blocks
|
11 년 전 |
Ioannis Koutras
|
23d2b771b9
malloc: fix the range check of the memory block address inside a non-big block
|
11 년 전 |
Ioannis Koutras
|
64ea3e8f66
fix the release build type
|
11 년 전 |
Ioannis Koutras
|
0b17d0f2c5
freelist_memalign: fix the address of the previous memory block
|
11 년 전 |
Ioannis Koutras
|
cf53b46fe4
added good fit percentage as environmental variable option
|
11 년 전 |
Ioannis Koutras
|
3e49b632b5
added raw block size as environmental variable option
|
12 년 전 |
Ioannis Koutras
|
1fddd761fc
updated Doxygen file for v1.8.4
|
12 년 전 |
Ioannis Koutras
|
c7098fcd60
clean cmake variables and create separate platform presets
|
12 년 전 |
Ioannis Koutras
|
770f024aa5
include stdint.h for uintptr_t
|
12 년 전 |
Ioannis Koutras
|
0450d5da75
Added tag sthorm-sdk-2013.1 for changeset 8150293d64cb
|
12 년 전 |
Ioannis Koutras
|
6b03d06973
[P2012] move some rule variables outside of the toolchain file
|
12 년 전 |
Ioannis Koutras
|
14be1635af
minor fixes
|
12 년 전 |
Ioannis Koutras
|
2d9dc3bcd3
added trivial documentation
|
12 년 전 |
Ioannis Koutras
|
cc705ad6d1
Added tag 2PARMA_UC6_v0.3 for changeset 1fed4e97a895
|
12 년 전 |
Ioannis Koutras
|
3857a388fa
realloc(): align the space to be de-allocated
|
12 년 전 |
Ioannis Koutras
|
ee9a7390e8
include the header for req_padding() in necessary source files
|
12 년 전 |
Ioannis Koutras
|
554909b120
fixes for compatibility with the STHORM SDK
|
12 년 전 |
Ioannis Koutras
|
28714a5af8
separate req_padding() from other functions
|
12 년 전 |
Ioannis Koutras
|
cdd31f61db
fix data alignment issues; freelist/realloc(): wrong size on memcpy
|
12 년 전 |
Ioannis Koutras
|
5878ca5a32
memalign(): refactoring
|
12 년 전 |
Ioannis Koutras
|
df6c12903c
realloc(): refactor statistics
|
12 년 전 |
Ioannis Koutras
|
d0ee7ef872
fix on coalesce for size-ordered free-list organised raw blocks
|
12 년 전 |
Ioannis Koutras
|
f194860d49
memalign(): improved statistics and fix big block address in the list
|
12 년 전 |
Ioannis Koutras
|
9f07954fe3
realloc() on free-list raw blocks: use lock when doing malloc() on the same raw block
|
12 년 전 |
Ioannis Koutras
|
97655dc9a9
Check directly in macros if file descriptors are initialized before using them
|
12 년 전 |
Ioannis Koutras
|
73968cf6e6
initialize statically the systemallocator variable even when parsing env variables
|
12 년 전 |
Ioannis Koutras
|
44c5186338
add stress level parameter to the testbench generation script
|
12 년 전 |
Ioannis Koutras
|
ecbe29b832
include posix_memalign() declaration in dmmlib.h if needed
|
12 년 전 |