sysheap_stubs.c 433 B

1234567891011121314151617
  1. /*
  2. * a couple of dummy function to aid linkage when the
  3. * lubheap POSIX library is not linked in.
  4. */
  5. /*--------------------------------------------------------- */
  6. void sysheap_suppress_leak_detection(void)
  7. {
  8. /* dummy function */
  9. }
  10. /*--------------------------------------------------------- */
  11. void sysheap_restore_leak_detection(void)
  12. {
  13. /* dummy function */
  14. }
  15. /*--------------------------------------------------------- */