SUPPORT¶
- Author
Luca Donno, Antonio Lopez, Samuele Marro, Edoardo Merli
- Version
0.3.0
- Date
2021-04-22
- Copyright
Copyright (c) 2021
Defines
-
UPROCNUMBER¶
Functions
-
void deallocSupport(support_t *support)¶
Insert in the free list the structure passed.
- Parameters
support – Pointer to the new free support structure.
-
support_t *allocSupport()¶
Allocates a new support structure.
- Returns
The allocated support structure. Returns NULL if memory is not available.
-
void initSupport()¶
Initialize the support structures.