I'm writing the function Parrot_destroy in embed.c and I'm trying to use only functions that already exist, even if they do nothing (PIO_atexit), but I can't find a destructor for the allocator, so I was wondering if it needs to be written or if there's some reason why it isn't needed.
Marco Antonio Valenzuela Escárcega