Home
last modified time | relevance | path

Searched refs:free (Results 1 – 14 of 14) sorted by relevance

/lib/libc/
Dmalloc.c27 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
Ddir.c17 free(d); in opendir()
57 free(d); in closedir()
/sys/kern/
Dslab.c86 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/
Dpthread.c126 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/
Dstdlib.h17 void free(void *buf);
/lib/liblwip/src/include/lwip/
Dmem.h54 #define mem_free free
/sbin/newfs_o2fs/
Dnewfs_o2fs.c191 free(fobj); in AddDirectory()
198 free(dobj); in AddDirectory()
401 free(root); in main()
/sys/include/
Dkmem.h43 LIST_ENTRY(SlabElement) free;
/lib/liblwip/src/arch/
Dsys_arch.c189 free(mbox); in sys_mbox_free()
466 free(sem); in sys_sem_free_internal()
/lib/liblwip/
DREADME10 in embedded systems with tens of kilobytes of free RAM and room for
DCHANGELOG1012 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/
Dauth.c1273 free(wp);
/lib/liblwip/doc/
Drawapi.txt240 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/
DDoxyfile330 # 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