Commit History

Author SHA1 Message Date
  Ioannis Koutras 50d0b51c8a No need to use ptr pointer, set previous node to null for head only if it exists. 14 years ago
  Ioannis Koutras 84e4947ba2 No need to check ptr for NULL before searching the free list if the fixed lists are disabled. 14 years ago
  Ioannis Koutras 8f4e91a195 Properly mark free a block when coalescing is not activated. 14 years ago
  Ioannis Koutras a31c78ae81 push_block() sets now the proper pointers. 14 years ago
  Ioannis Koutras 9b6010c6cd Fixed remove_block() in a way similar to push_block() 14 years ago
  Ioannis Koutras a716fcaf2e Added -std=c99 CFLAG in sparc-elf-gcc toolchain. 14 years ago
  Ioannis Koutras 8929219116 Fixed major bug in push_block. 14 years ago
  Ioannis Koutras e4f1e721cc Enable ownership information on block header if required. 14 years ago
  Ioannis Koutras d4a491cd35 Got rid of requested_size in case we don't need it. 14 years ago
  Ioannis Koutras a85e415824 Set size now takes place along with marking blocks as used/free. 14 years ago
  Ioannis Koutras 5a57ee5f2c Free the memory from malloc() in the test_for_memory_space_aware example. 14 years ago
  Ioannis Koutras e619ebe5ab Initial support for Leon3 platform. 14 years ago
  Ioannis Koutras 896d2224e9 Fix dmmlib.h header guard. 14 years ago
  Ioannis Koutras a260b7c23f Set stxp70v4 build type to Release as default. 14 years ago
  Ioannis Koutras 40c9277334 Show status messages at the end of CMake configuration. 14 years ago
  Ioannis Koutras baa748229c Added option to enable / disable stats. 14 years ago
  Ioannis Koutras 559594aa1c Allocator is considered initialized after first sys_alloc, not during initialize_allocator. 14 years ago
  Ioannis Koutras 43ebb38320 Be sure to set initialized flag to false before performing the first allocation. 14 years ago
  Ioannis Koutras d72234fa01 Larson is now compiled only if HAVE_LOCKS is enabled, created a small test for memory-space aware allocators. 14 years ago
  Ioannis Koutras a60756d022 Created options for enabling fixed lists and adaptive functions. 14 years ago
  Ioannis Koutras 2fb09ddf87 Small merge before pushing. 14 years ago
  Ioannis Koutras 2e7d3c4dea Disabled temporarily knobs and dmm_adaptor. 14 years ago
  Ioannis Koutras 018f225a37 Disabled coalescing and splitting for P2012. 14 years ago
  Ioannis Koutras 3bca3db049 Memory-space aware allocators should also have an initialized boolean flag. 14 years ago
  Ioannis Koutras dc8e286c9a req_padding(): Always align to 4 bytes. 14 years ago
  Ioannis Koutras cca01d8c96 Fixed printf in larson. 14 years ago
  Ioannis Koutras 6129857a1a Singly linked lists are now default for P2012. 14 years ago
  Ioannis Koutras c7f6a76c1f Small fixes on errors and warnings. 14 years ago
  Ioannis Koutras 713e5443bc Initialize the remaining size on memory-space aware allocators. 14 years ago
  Ioannis Koutras 4bdc60400e Enable C99 and full warnings on LINUXTEST. 14 years ago