Changeset 33130
- Timestamp:
- Jan 22, 2012, 6:29:17 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/libohana
- Files:
-
- 1 added
- 1 edited
-
include/ohana_allocate.h (modified) (1 diff)
-
test/memspeed.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/libohana/include/ohana_allocate.h
r31663 r33130 12 12 OhanaMemstats ohana_memstats (int mode); 13 13 14 /* EAM 2012.01.18 : comparative tests on my desktop 'pikake' (Intel Core 2 Quad) show a 15 * modest speed loss when using the Ohana memory managment stuff. the tests runs a ~1.2M 16 * allocations followed by the same number of frees. with the Ohana memory code, these 17 * ran at ~0.69 sec per block; without the time was ~0.56 sec per block 18 */ 19 14 20 /* default is to use basic system memory functions */ 21 15 22 # ifdef OHANA_MEMORY 16 23
Note:
See TracChangeset
for help on using the changeset viewer.
