HomeSort by relevance Sort by last modified time
    Searched defs:lfree (Results 1 - 5 of 5) sorted by null

  /external/syslinux/com32/lib/
lmalloc.c 45 void lfree(void *ptr) function
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
slist.cpp 81 lfree() function in class:SList
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
slist.cpp 80 lfree() function in class:SList
  /external/syslinux/com32/include/syslinux/
pmapi.h 58 void (*lfree)(void *); member in struct:com32_pmapi
  /external/syslinux/core/lwip/src/core/
mem.c 190 static struct mem *lfree; variable in typeref:struct:mem
248 if (lfree == nmem) {
249 lfree = mem;
259 if (lfree == mem) {
260 lfree = pmem;
292 lfree = (struct mem *)(void *)ram;
340 if (mem < lfree) {
342 lfree = mem;
426 if (lfree == mem2) {
427 lfree = (struct mem *)(void *)&ram[ptr2]
    [all...]

Completed in 154 milliseconds