Searched refs:mblock (Results 1 – 4 of 4) sorted by relevance
19 void ff_memfree(void* mblock) in ff_memfree() argument21 free(mblock); in ff_memfree()
29 void* mblock /* Pointer to the memory block to free (nothing to do if null) */ in ff_memfree() argument32 free(mblock); /* Free the memory block with POSIX API */ in ff_memfree()
350 void ff_memfree (void* mblock); /* Free memory block */
33 void* mblock /* Pointer to the memory block to free (nothing to do for null) */ in ff_memfree() argument36 free(mblock); /* Free the memory block with POSIX API */ in ff_memfree()