This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 949d01be51 fs/inode: Change inode_unlink to static function
     new 08bae13624 mm/tlfs: Replace the critical section with spin lock
     new d5d4006c6b mm/gran: Replace the critical section with spin lock
     new 9e4a1be8d4 mm/iob: Replace the critical section with spin lock
     new 0c805ca0a9 mm: Change global spinlock to per heap

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 mm/iob/iob.h                   |  3 +++
 mm/iob/iob_add_queue.c         |  4 ++--
 mm/iob/iob_alloc.c             | 10 +++++-----
 mm/iob/iob_alloc_qentry.c      |  8 ++++----
 mm/iob/iob_free.c              |  6 +++---
 mm/iob/iob_free_qentry.c       |  5 +++--
 mm/iob/iob_free_queue_qentry.c |  8 +++++---
 mm/iob/iob_initialize.c        |  2 ++
 mm/iob/iob_remove_queue.c      |  9 +++++++--
 mm/mm_gran/mm_gran.h           |  2 ++
 mm/mm_gran/mm_grancritical.c   |  4 ++--
 mm/mm_heap/mm.h                |  1 +
 mm/mm_heap/mm_free.c           |  4 ++--
 mm/mm_heap/mm_malloc.c         |  4 ++--
 mm/tlsf/mm_tlsf.c              | 13 +++++--------
 15 files changed, 48 insertions(+), 35 deletions(-)

Reply via email to