I would like to perform FDS garbage collection only when it is close to being full. I can read the fds_stat to see the number of words used and the words freeable but what is the maximum number for this if I have 8 virtual pages, each 1kb in size. Is there overhead such as CRC that is not included in these stats or can I just add these two numbers together and get the 8kb in complete size I have allocated?