sysheap_stubs.c 437 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
  7. sysheap_suppress_leak_detection(void)
  8. {
  9. /* dummy function */
  10. }
  11. /*--------------------------------------------------------- */
  12. void
  13. sysheap_restore_leak_detection(void)
  14. {
  15. /* dummy function */
  16. }
  17. /*--------------------------------------------------------- */