Searched refs:free (Results 1 – 14 of 14) sorted by relevance
| /lib/libc/ |
| D | malloc.c | 27 Header *free; member 89 obj->next = pool[idx].free; in grow_small() 90 pool[idx].free = obj; in grow_small() 101 if (pool[idx].free == 0) in malloc_small() 105 if (pool[idx].free == 0) in malloc_small() 108 hdr = pool[idx].free; in malloc_small() 109 pool[idx].free = hdr->next; in malloc_small() 119 mem->next = pool[idx].free; in free_small() 120 pool[idx].free = mem; in free_small() 169 free(void *mem) in free() function
|
| D | dir.c | 17 free(d); in opendir() 57 free(d); in closedir()
|
| /sys/kern/ |
| D | slab.c | 86 LIST_INSERT_HEAD(&slab->freeList, elem, free); in SlabExtend() 116 LIST_REMOVE(elem, free); in Slab_Alloc() 140 LIST_INSERT_HEAD(&slab->freeList, elem, free); in Slab_Free()
|
| /lib/libc/posix/ |
| D | pthread.c | 126 free(thr); in pthread_create() 167 free(thr); in pthread_join() 240 free(mtx); in pthread_mutex_destroy() 349 free(cnd); in pthread_cond_destroy()
|
| /include/ |
| D | stdlib.h | 17 void free(void *buf);
|
| /lib/liblwip/src/include/lwip/ |
| D | mem.h | 54 #define mem_free free
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 191 free(fobj); in AddDirectory() 198 free(dobj); in AddDirectory() 401 free(root); in main()
|
| /sys/include/ |
| D | kmem.h | 43 LIST_ENTRY(SlabElement) free;
|
| /lib/liblwip/src/arch/ |
| D | sys_arch.c | 189 free(mbox); in sys_mbox_free() 466 free(sem); in sys_sem_free_internal()
|
| /lib/liblwip/ |
| D | README | 10 in embedded systems with tens of kilobytes of free RAM and room for
|
| D | CHANGELOG | 1012 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty 1486 in lwipopts.h or use pbuf_free_callback(p)/mem_free_callback(m) to free pbufs 1749 how many times a group is used on an netif, and free it when all applications 2007 string, point on one of your's ethernetif field, or alloc a string you will free yourself). 2435 * loopif.c, slipif.c: Fix bug #19729: free pbuf if netif->input() returns 3302 keeps a pointer to the lowest free memory block. A new function, 3304 to free some memory and retry the allocation.
|
| /lib/liblwip/src/netif/ppp/ |
| D | auth.c | 1273 free(wp);
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 240 ERR_OK, then it must free the pbuf. Otherwise, it must not 241 free the pbuf so that lwIP core code can store it.
|
| /docs/ |
| D | Doxyfile | 330 # VHDL, Fortran (fixed format Fortran: FortranFixed, free formatted Fortran: 332 # tries to guess whether the code is fixed or free formatted code, this is the
|