Searched refs:free (Results 1 - 25 of 276) sorted by relevance

1234567891011>>

/seL4-refos-master/libs/libmuslc/src/network/
H A Dfreeaddrinfo.c6 free(p);
H A Dif_freenameindex.c6 free(idx);
/seL4-refos-master/libs/libutils/include/utils/
H A Dauto.h25 * // no need to call free(x)
30 free(*q);
/seL4-refos-master/libs/libmuslc/src/dirent/
H A Dclosedir.c9 free(dir);
/seL4-refos-master/libs/libmuslc/src/locale/
H A Dfreelocale.c9 if (__loc_is_allocated(l)) free(l);
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dauto.h25 * // no need to call free(x)
30 free(*q);
/seL4-refos-master/libs/libmuslc/src/process/
H A Dposix_spawn_file_actions_destroy.c10 free(op);
/seL4-refos-master/libs/libsel4allocman/include/allocman/mspace/
H A Dmspace.h22 void (*free)(struct allocman *alloc, void *cookie, void *ptr, size_t bytes); member in struct:mspace_interface
H A Dmalloc.h34 .free = _mspace_malloc_free,
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dengrave.h25 #define dealloc_engr(engr) free((genericptr_t) (engr))
/seL4-refos-master/projects/seL4_libs/libsel4allocman/include/allocman/mspace/
H A Dmspace.h22 void (*free)(struct allocman *alloc, void *cookie, void *ptr, size_t bytes); member in struct:mspace_interface
H A Dmalloc.h34 .free = _mspace_malloc_free,
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dengrave.h25 #define dealloc_engr(engr) free((genericptr_t) (engr))
/seL4-refos-master/libs/libmuslc/include/
H A Dmalloc.h15 void free (void *);
/seL4-refos-master/libs/libmuslc/src/search/
H A Dtdestroy.c20 free(r);
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dfclose.c27 if (f->getln_buf) free(f->getln_buf);
28 if (!perm) free(f);
/seL4-refos-master/libs/libplatsupport/src/
H A Dio.c38 free(ptr);
46 ops->free = ps_stdlib_free;
/seL4-refos-master/projects/util_libs/libplatsupport/src/
H A Dio.c38 free(ptr);
46 ops->free = ps_stdlib_free;
/seL4-refos-master/libs/libsel4allocman/include/allocman/cspace/
H A Dcspace.h23 void (*free)(struct allocman *alloc, void *cookie, const cspacepath_t *path); member in struct:cspace_interface
/seL4-refos-master/libs/libsel4allocman/src/mspace/
H A Dmalloc.c27 free(ptr);
/seL4-refos-master/projects/seL4_libs/libsel4allocman/include/allocman/cspace/
H A Dcspace.h23 void (*free)(struct allocman *alloc, void *cookie, const cspacepath_t *path); member in struct:cspace_interface
/seL4-refos-master/projects/seL4_libs/libsel4allocman/src/mspace/
H A Dmalloc.c27 free(ptr);
/seL4-refos-master/libs/libmuslc/src/passwd/
H A Dgetgrent_a.c22 free(*line);
45 free(*mem);
49 free(*line);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dalloc.c19 #undef free macro
20 extern void FDECL(free,(genericptr_t));
139 free(ptr);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dalloc.c19 #undef free macro
20 extern void FDECL(free,(genericptr_t));
139 free(ptr);

Completed in 284 milliseconds

1234567891011>>