Commit Verlauf

Autor SHA1 Nachricht Datum
  Ioannis Koutras b671dfb720 Added heap ownership information in memory blocks, coalescing currently uses it. vor 14 Jahren
  Ioannis Koutras 3c1f4804f1 Added exact-, first- and best-Fit search algorithms for singly linked freelist. vor 14 Jahren
  Ioannis Koutras 3636ba9139 Created function to search fixed lists. vor 14 Jahren
  Ioannis Koutras 7861af6e17 Proper support of splitting for both fixed and variable min splitting block size. vor 14 Jahren
  Ioannis Koutras 31bdfa0120 Proper support of coalescing for both fixed and variable max coalesced block size. vor 14 Jahren
  Ioannis Koutras 7744f89706 The knobs are now guarded with WITH_KNOBS. vor 14 Jahren
  Ioannis Koutras b8e710050b get_previous_size_availability() should have only one parameter in comments. vor 14 Jahren
  Ioannis Koutras d4630ed6bf stdbool.h is not required in custom_malloc(). vor 14 Jahren
  Ioannis Koutras 57a68f4982 Initial code for split. vor 14 Jahren
  Ioannis Koutras 186a55c23d Small fixes to remove warnings. initialize_allocator() could now use sbrk locks. vor 14 Jahren
  Ioannis Koutras 163ec350c2 Changed values on test.c to check coalescing. vor 14 Jahren
  Ioannis Koutras 1430f129bc Proper coalescing support. vor 14 Jahren
  Ioannis Koutras 4d2caf32fd Added block functions which are required for navigation on data layout level. vor 14 Jahren
  Ioannis Koutras 56035243cf systemallocator should NOT be static vor 14 Jahren
  Ioannis Koutras f969d74572 Build the examples with debug symbols. vor 14 Jahren
  Ioannis Koutras 4a953c90c2 Enable full warnings and C99 vor 14 Jahren
  Ioannis Koutras 17467ce800 coalesce.c should be compiled only when WITH_COALESCING is ON. vor 14 Jahren
  Ioannis Koutras 873e85f9f1 sys_alloc() has to set headers in case it is called by initialize_allocator(). Modified also custom_malloc() to conform with this. vor 14 Jahren
  Ioannis Koutras c89bd95c5a Get the WITH_COALESCING option from cmake. vor 14 Jahren
  Ioannis Koutras 1cf9593141 Set coalescing ON for Linux Tests target. vor 14 Jahren
  Ioannis Koutras 1848841db0 Few functional changes on border_ptr, now it points to the memory block which was allocated last. vor 14 Jahren
  Ioannis Koutras eda81eee4e Added functions to find previous memory blocks in terms of data layout. Initial maptable nodes require now a memory block. Simplified initialize_allocator. vor 14 Jahren
  Ioannis Koutras 07993f77d6 initialized bool variable is not required on memory space aware allocators, since they are initialized manually. vor 14 Jahren
  Ioannis Koutras 8d72e4a4ef Properly include coalesce.h in custom_free when needed. vor 14 Jahren
  Ioannis Koutras 5e50bf361d heap.h fully commented. vor 14 Jahren
  Ioannis Koutras d085c6f2b5 Enabled quiet Doxygen compilation. vor 14 Jahren
  Ioannis Koutras 8de91b5f18 Proper support for enabling coalescing. vor 14 Jahren
  Ioannis Koutras 3c73f54eda Made a simple case for testing the library in Linux. vor 14 Jahren
  Ioannis Koutras aeb421c8e4 Added support for cross compiling on STxP70 platforms. vor 14 Jahren
  Ioannis Koutras 306175e290 Made documentation and building a shared version of the library optional. vor 14 Jahren