/picolibc-3.7.0-3.6.0/newlib/libc/posix/ |
D | regfree.c | 71 free((char *)g->strip); in regfree() 73 free((char *)g->sets); in regfree() 75 free((char *)g->setbits); in regfree() 77 free(g->must); in regfree() 79 free(g->charjump); in regfree() 81 free(g->matchjump); in regfree() 82 free((char *)g); in regfree()
|
/picolibc-3.7.0-3.6.0/newlib/libc/locale/ |
D | freelocale.c | 82 free ((void *) locobj->lc_cat[i].ptr); in freelocale() 83 free (locobj->lc_cat[i].buf); in freelocale() 86 free (locobj); in freelocale()
|
D | lnumeric.c | 70 free (bufp); in __numeric_load_locale() 81 free ((void *) tmp.ptr); in __numeric_load_locale() 82 free (tmp.buf); in __numeric_load_locale()
|
D | lmessages.c | 76 free (bufp); in __messages_load_locale() 87 free ((void *) tmp.ptr); in __messages_load_locale() 88 free (tmp.buf); in __messages_load_locale()
|
D | lctype.c | 83 free (bufp); in __ctype_load_locale() 94 free ((void *) tmp.ptr); in __ctype_load_locale() 95 free (tmp.buf); in __ctype_load_locale()
|
D | lmonetary.c | 101 free (bufp); in __monetary_load_locale() 112 free ((void *) tmp.ptr); in __monetary_load_locale() 113 free (tmp.buf); in __monetary_load_locale()
|
D | timelocal.c | 172 free (bufp); in __time_load_locale() 183 free ((void *) tmp.ptr); in __time_load_locale() 184 free (tmp.buf); in __time_load_locale()
|
D | duplocale.c | 124 free ((void *) tmp_locale.lc_cat[i].ptr); in duplocale() 125 free (tmp_locale.lc_cat[i].buf); in duplocale()
|
/picolibc-3.7.0-3.6.0/test/ |
D | printf-tests.c | 118 free(abuf); in test() 124 free(abuf); in test() 129 free(abuf); in test() 135 free(abuf); in test() 140 free(abuf); in test() 143 free(abuf); in test() 212 free(abuf); in testw() 218 free(abuf); in testw() 223 free(abuf); in testw()
|
D | malloc.c | 63 free(r); in main() 71 free(r); in main() 132 free(big); in main() 144 free(med); in main() 147 free (small); in main()
|
D | malloc_stress.c | 191 free(blocks[0]); in main() 207 free(blocks[0]); in main() 224 free(blocks[0]); in main() 273 free(blocks[j]); in main() 310 free(blocks[j]); in main()
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/ |
D | iconv.c | 118 free ((void *)to); in iconv_open() 140 free ((void *)to); in iconv_open() 141 free ((void *)from); in iconv_open() 145 free ((void *)ic); in iconv_open() 254 free ((void *)cd); in iconv_close()
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | putenv.c | 36 (void) free (p); in putenv() 42 (void) free (p); in putenv()
|
D | __call_atexit.c | 47 void free(void *) _ATTRIBUTE((__weak__)); 163 free (p); in __call_exitprocs()
|
D | nano-mallocr.c | 137 void free (void * free_p); 159 #define __malloc_free(x) free(x) 421 void free (void * free_p) in free() function 479 __strong_reference(free, __malloc_free); 480 __strong_reference(free, cfree); 489 free(ptr); in cfree() 531 free(ptr); in realloc() 619 free(ptr); in realloc()
|
D | reallocf.c | 42 free(ptr); in reallocf()
|
/picolibc-3.7.0-3.6.0/newlib/libc/argz/ |
D | argz_replace.c | 76 free(new_argz); in argz_replace() 86 free(*argz); in argz_replace() 89 free(new_argz); in argz_replace()
|
D | envz_merge.c | 43 free(name_str); in envz_merge() 62 free(name_str); in envz_merge()
|
D | argz_create_sep.c | 50 free(old_running); in argz_create_sep() 67 free(old_running); in argz_create_sep()
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | fmemopen.c | 130 free(mf->buf); in __fmem_close() 133 free(f); in __fmem_close() 163 free(mf); in fmemopen() 169 free(mf); in fmemopen()
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/ |
D | table.c | 82 free ((void *)ccsp->tbl); in table_close() 84 free((void *)ccsp); in table_close() 562 free ((void *)ccsp->tbl); in load_file() 565 free ((void *)ccsp); in load_file() 569 free ((void *)buf); in load_file() 576 free ((void *)ccsp->tbl); in load_file() 577 free ((void *)ccsp); in load_file() 582 free ((void *)fname); in load_file()
|
/picolibc-3.7.0-3.6.0/newlib/libc/search/ |
D | hcreate_r.c | 145 free(ie->ent.key); in hdestroy_r() 146 free(ie); in hdestroy_r() 150 free(htab->htable); in hdestroy_r()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/xstormy16/ |
D | freer.c | 6 free (x); in _free_r()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/nvptx/ |
D | free.c | 22 void free (void *ptr) in free() function
|
D | mallocr.c | 25 free (p); in _free_r()
|