RTEMS | cpukit/libcsupport: Implement malloc_usable_size (!591)

Gedare Bloom (@gedare) gitlab at rtems.org
Fri Jul 18 02:18:14 UTC 2025



Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/591 was reviewed by Gedare Bloom

--
  
Gedare Bloom started a new discussion on testsuites/libtests/malloctest/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/591#note_126800

 > +  sz2 = malloc_usable_size( p1 );
 > +  rtems_test_assert( sz2 != 0 );
 > +  rtems_test_assert( sz1 >= sz2 );

I'm not sure if this test case is valid. I don't know that there is a gaurantee about the returned sizes of repeated calls to this function.


-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/591
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250718/1ed3c9c2/attachment.htm>


More information about the bugs mailing list