Guest User

Untitled

a guest
May 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #include<stdio.h>
  2. #include<conio.h>
  3. stuct alloc_info
  4. {
  5. void *adrs;
  6. int start_loc;
  7. int end_loc;
  8. struct alloc_info *next;
  9. }
  10. mmalloc_init(buff, 100000);
  11.  
  12. typedef alloc_info alloc_info_t;
  13. void mmalloc_init(void *, int)
  14. Int main()
  15. {
  16. alloc_info_t free_data;
  17. alloc_info_t used_data;
  18. mmalloc_init(buff, 100000);
  19. }
  20. void mmalloc_init(void *ptr, size);
Add Comment
Please, Sign In to add comment