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

  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 59 void cfree(void *ptr) { function
60 CHECK(!"cfree() should not be used on Windows");
  /external/u-boot/include/
malloc.h 51 cfree(Void_t* p);
865 #pragma weak cfree = __libc_free
864 #pragma weak cfree macro
    [all...]
  /external/u-boot/common/
dlmalloc.c 2129 void cfree(Void_t *mem) function
    [all...]

Completed in 142 milliseconds