Историја ревизија

Аутор SHA1 Порука Датум
  Ioannis Koutras c263d553aa map_thread_heap() is not needed on memory space aware allocators. пре 14 година
  Ioannis Koutras e75ad753c9 head_id is not needed on memory space-aware allocators. пре 14 година
  Ioannis Koutras 969a004a64 Initial support for doubly linked lists, unified linked lists source files. пре 14 година
  Ioannis Koutras 5fc32c7e67 All the source files are now released under the Apache 2.0 license. пре 14 година
  Ioannis Koutras d0d45c7784 dmm_init.h is no longer needed. пре 14 година
  Ioannis Koutras 3c231f9a82 The new block after a split should be the one to be set free and properly set of a heap owner. пре 14 година
  Ioannis Koutras b671dfb720 Added heap ownership information in memory blocks, coalescing currently uses it. пре 14 година
  Ioannis Koutras 3c1f4804f1 Added exact-, first- and best-Fit search algorithms for singly linked freelist. пре 14 година
  Ioannis Koutras 3636ba9139 Created function to search fixed lists. пре 14 година
  Ioannis Koutras 7861af6e17 Proper support of splitting for both fixed and variable min splitting block size. пре 14 година
  Ioannis Koutras 31bdfa0120 Proper support of coalescing for both fixed and variable max coalesced block size. пре 14 година
  Ioannis Koutras 7744f89706 The knobs are now guarded with WITH_KNOBS. пре 14 година
  Ioannis Koutras b8e710050b get_previous_size_availability() should have only one parameter in comments. пре 14 година
  Ioannis Koutras d4630ed6bf stdbool.h is not required in custom_malloc(). пре 14 година
  Ioannis Koutras 57a68f4982 Initial code for split. пре 14 година
  Ioannis Koutras 186a55c23d Small fixes to remove warnings. initialize_allocator() could now use sbrk locks. пре 14 година
  Ioannis Koutras 163ec350c2 Changed values on test.c to check coalescing. пре 14 година
  Ioannis Koutras 1430f129bc Proper coalescing support. пре 14 година
  Ioannis Koutras 4d2caf32fd Added block functions which are required for navigation on data layout level. пре 14 година
  Ioannis Koutras 56035243cf systemallocator should NOT be static пре 14 година
  Ioannis Koutras f969d74572 Build the examples with debug symbols. пре 14 година
  Ioannis Koutras 4a953c90c2 Enable full warnings and C99 пре 14 година
  Ioannis Koutras 17467ce800 coalesce.c should be compiled only when WITH_COALESCING is ON. пре 14 година
  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. пре 14 година
  Ioannis Koutras c89bd95c5a Get the WITH_COALESCING option from cmake. пре 14 година
  Ioannis Koutras 1cf9593141 Set coalescing ON for Linux Tests target. пре 14 година
  Ioannis Koutras 1848841db0 Few functional changes on border_ptr, now it points to the memory block which was allocated last. пре 14 година
  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. пре 14 година
  Ioannis Koutras 07993f77d6 initialized bool variable is not required on memory space aware allocators, since they are initialized manually. пре 14 година
  Ioannis Koutras 8d72e4a4ef Properly include coalesce.h in custom_free when needed. пре 14 година