Searched
full:malloc (Results
901 -
925 of
4430) sorted by null
<<31323334353637383940>>
/ndk/sources/host-tools/make-3.81/ |
ar.c | 60 Put the malloc'd archive name in *ARNAME_P if ARNAME_P is non-nil; 61 put the malloc'd member name in *MEMNAME_P if MEMNAME_P is non-nil. */ 266 Return a malloc'd chain of matching elements (or nil if none). */
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xalloc.h | 1 /* xalloc.h -- malloc with out-of-memory checking 71 However, malloc (SIZE_MAX) fails on all known hosts where 206 GNU C library malloc. */
|
/system/core/cpio/ |
mkbootfs.c | 169 char** names = malloc(size * sizeof(char*)); 242 tmp = (char*) malloc(s.st_size); 284 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry));
|
/system/core/sh/ |
memalloc.c | 55 * Like malloc, but returns an error when out of space. 63 p = malloc(nbytes); 104 * The size 504 was chosen because the Ultrix malloc handles that size
|
/bionic/libc/stdio/ |
tempnam.c | 50 if (!(name = malloc(MAXPATHLEN)))
|
/device/moto/stingray/ril/ |
libmoto_nwif_ril.so | |
/device/moto/wingray/taudio/ |
tplay.c | 65 buffer = malloc(len);
|
/device/samsung/crespo/sec_mm/sec_omx/sec_osal/ |
SEC_OSAL_ETC.c | 45 *ppLine = (char *)malloc(defaultBufferSize);
|
/external/aac/libSYS/src/ |
genericStds.cpp | 218 ptr = malloc(size); 236 addr = FDKcalloc(1, size + alignment + sizeof(void*)); /* Malloc and clear memory. */ 241 *(((void**)result) - 1) = addr; /* Save malloc'ed memory pointer. */ 252 addr = *(((void**)ptr)-1); /* Get pointer to malloc'ed memory. */ 253 FDKfree(addr); /* Free malloc'ed memory area. */ 301 addr = FDKcalloc_L(1, size + alignment + sizeof(void*), s); /* Malloc and clear memory. */ 306 *(((void**)result) - 1) = addr; /* Save malloc'ed memory pointer. */ 318 addr = *(((void**)ptr)-1); /* Get pointer to malloc'ed memory. */ 319 FDKfree_L(addr); /* Free malloc'ed memory area. */
|
/external/bison/lib/ |
hash.h | 22 obstacks instead of malloc, and recompile `hash.c' with same setting. */
|
/external/bluetooth/bluez/src/ |
oui.c | 56 str = malloc(128);
|
/external/bluetooth/bluez/tools/ |
lexer.l | 87 bdaddr_t *ba = malloc(sizeof(bdaddr_t));
|
/external/bluetooth/glib/docs/reference/glib/ |
running.sgml | 131 <term>always-malloc</term> 140 malloc implementation such as glibc's MALLOC_CHECK_=2 to debug 163 reproduced with <literal>G_SLICE=always-malloc</literal>, but will be caught 253 <link linkend="g-malloc">g_malloc</link>() will be intercepted if the size
|
/external/bluetooth/glib/glib/gnulib/ |
vasnprintf.h | 45 /* Write formatted output to a string dynamically allocated with malloc().
|
/external/chromium/base/ |
file_descriptor_shuffle.h | 76 // This function will not call malloc but will mutate |map|
|
/external/chromium/net/tools/dnssec_chain_verify/ |
dnssec_chain_verify.cc | 54 char* const input = (char *) malloc(inlen);
|
/external/chromium/third_party/libevent/ |
kqueue.c | 124 kqueueop->changes = malloc(NEVENT * sizeof(struct kevent)); 129 kqueueop->events = malloc(NEVENT * sizeof(struct kevent)); 180 event_warn("%s: malloc", __func__); 193 event_warn("%s: malloc", __func__);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 1 //=== MallocChecker.cpp - A malloc/free checker -------------------*- C++ -*--// 10 // This file defines malloc/free checker, which checks for potential memory 319 II_malloc = &Ctx.Idents.get("malloc"); 411 if (Att->getModule() != "malloc") 428 // We expect the malloc functions to return a pointer. 460 // We expect the malloc functions to return a pointer. 475 if (Att->getModule() != "malloc") 540 // FIXME: at the time this code was written, malloc() regions were 562 // called on a pointer that does not get its pointee directly from malloc(). 692 os << "Argument to free() was allocated by alloca(), not malloc()"; [all...] |
/external/dbus/dbus/ |
dbus-dataslot.h | 58 int n_allocated_slots; /**< number of slots malloc'd */
|
/external/e2fsprogs/e2fsck/ |
iscan.c | 23 #include <malloc.h>
|
/external/e2fsprogs/intl/ |
log.c | 75 last_logfilename = (char *) malloc (strlen (logfilename) + 1);
|
vasnprintf.h | 45 /* Write formatted output to a string dynamically allocated with malloc().
|
/external/e2fsprogs/lib/e2p/ |
mntopts.c | 103 buf = malloc(strlen(str)+1);
|
/external/e2fsprogs/lib/ |
fpopen.c | 69 buf = malloc(strlen(cmd)+1);
|
/external/e2fsprogs/lib/ss/ |
get_readline.c | 59 tmp = malloc(strlen(libpath)+1);
|
Completed in 1890 milliseconds
<<31323334353637383940>>