HomeSort by relevance Sort by last modified time
    Searched defs:malloc (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /external/syslinux/memdisk/
unzip.c 7 * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
100 static void *malloc(int size);
107 static void *malloc(int size) function
112 error("malloc error");
  /bionic/libc/bionic/
malloc_common.cpp 31 // implementation of a debug malloc that can intercept all of the allocation
34 // library that is only loaded when the property "libc.debug.malloc.options"
50 #define Malloc(function) je_ ## function
54 Malloc(calloc),
55 Malloc(free),
56 Malloc(mallinfo),
57 Malloc(malloc),
58 Malloc(malloc_usable_size),
59 Malloc(memalign)
120 extern "C" void* malloc(size_t bytes) { function
    [all...]
  /external/jemalloc/include/jemalloc/
jemalloc.h 206 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
209 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
214 size_t size) JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc)
224 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
253 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc);
259 JEMALLOC_ATTR(malloc);
333 # define malloc je_malloc macro
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 3 /*--- malloc/free wrappers for detecting errors and updating bits. ---*/
67 /*--- Tracking malloc'd and free'd blocks ---*/
72 /* Record malloc'd blocks. */
216 management is working correctly, any pointer returned by VG_(malloc)
236 /* If a user builds a pool from a malloc-ed superblock
402 void* MC_(malloc) ( ThreadId tid, SizeT n ) function
404 if (MC_(record_fishy_value_error)(tid, "malloc", "size", n)) {
457 by MEMPOOL or by MALLOC/FREELIKE_BLOCK requests. */
756 mp = VG_(malloc)("mc.cm.1", sizeof(MC_Mempool));
768 VG_(malloc) should be noaccess as far as the client i
    [all...]
  /external/capstone/include/
capstone.h 120 // User-defined dynamic memory related functions: malloc/calloc/realloc/free/vsnprintf()
121 // By default, Capstone uses system's malloc(), calloc(), realloc(), free() & vsnprintf().
123 cs_malloc_t malloc; member in struct:cs_opt_mem
  /external/harfbuzz_ng/src/
hb-private.hh 65 #define malloc hb_malloc_impl macro
  /external/libvterm/include/
vterm.h 118 void *(*malloc)(size_t size, void *allocdata); member in struct:__anon26317
  /external/oj-libjdwp/src/share/back/
util.h 39 #undef malloc macro
40 #define malloc(p) Do not use this interface. macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 460 #include <malloc.h>
468 extern void *malloc (size_t);
749 #define really_call_malloc malloc
754 /* Flex and bison use malloc and realloc. Yuk. Note that this means
756 #define malloc xmalloc macro
764 compiling gcc, so that the autoconf declaration tests for malloc
772 #undef malloc macro
774 #pragma GCC poison malloc realloc
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 58 // Debug information for malloc().
60 void* block; // Address of the block returned by malloc().
323 ListNode * const new_node = (ListNode*)malloc(sizeof(ListNode));
466 malloc(sizeof(*new_symbol_map_value));
652 SymbolValue * const return_value = malloc(sizeof(*return_value));
672 event ? event : malloc(sizeof(*check));
864 malloc(sizeof(*check_integer_set) +
924 malloc(sizeof(*check_integer_range));
1254 #undef malloc macro
1283 #define malloc macro
    [all...]
  /external/valgrind/coregrind/
m_mallocfree.c 3 /*--- An implementation of malloc/free which doesn't use sbrk. ---*/
2638 void* VG_(malloc) ( const HChar* cc, SizeT nbytes ) function
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.cpp 113 /* 1. Storage leak protection: Routines which use malloc are not */
179 #include <stdlib.h> /* for malloc, free, etc. */
309 #define malloc(a) uprv_malloc(a) macro
314 /* Handle malloc/free accounting. If enabled, our accountable routines */
315 /* are used; otherwise the code just goes straight to the system malloc */
317 #define malloc(a) decMalloc(a) macro
320 /* 'Our' malloc and free: */
537 do { /* status & malloc protection */
8122 #undef malloc macro
8186 #define malloc macro
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 111 void *(*malloc)(int); member in struct:sqlite3_api_routines
397 #define sqlite3_malloc sqlite3_api->malloc
  /external/sqlite/dist/
sqlite3ext.h 111 void *(*malloc)(int); member in struct:sqlite3_api_routines
397 #define sqlite3_malloc sqlite3_api->malloc
  /external/pcre/dist2/src/
pcre2_internal.h 1757 void * (*malloc)(size_t, void *); member in struct:pcre2_memctl
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /external/valgrind/perf/
tinycc.c 6756 #define malloc macro
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 695 milliseconds

1 2 34 5