Searched defs:malloc (Results 51 - 63 of 63) sorted by relevance

123

/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c58 // 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));
1034 CheckMemoryData * const check_data = malloc(sizeof(*check_data) + size);
1253 // Use the real malloc i
1254 #undef malloc macro
1283 #define malloc macro
[all...]
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c3 /*--- An implementation of malloc/free which doesn't use sbrk. ---*/
2250 /*--- Services layered on top of malloc/free. ---*/
2369 void* VG_(malloc) ( const HChar* cc, SizeT nbytes ) function
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c111 /* 1. Storage leak protection: Routines which use malloc are not */
177 #include <stdlib.h> /* for malloc, free, etc. */
305 #define malloc(a) uprv_malloc(a) macro
310 /* Handle malloc/free accounting. If enabled, our accountable routines */
311 /* are used; otherwise the code just goes straight to the system malloc */
313 #define malloc(a) decMalloc(a) macro
316 /* 'Our' malloc and free: */
533 do { /* status & malloc protection */
675 allocres=(Unit *)malloc(needbytes);
964 if (needbytes>sizeof(bufa)) { /* need malloc spac
8118 #undef malloc macro
8182 #define malloc macro
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h103 void *(*malloc)(int); member in struct:sqlite3_api_routines
304 #define sqlite3_malloc sqlite3_api->malloc
/external/icu/icu4c/source/i18n/
H A DdecNumber.c111 /* 1. Storage leak protection: Routines which use malloc are not */
177 #include <stdlib.h> /* for malloc, free, etc. */
307 #define malloc(a) uprv_malloc(a) macro
312 /* Handle malloc/free accounting. If enabled, our accountable routines */
313 /* are used; otherwise the code just goes straight to the system malloc */
315 #define malloc(a) decMalloc(a) macro
318 /* 'Our' malloc and free: */
535 do { /* status & malloc protection */
677 allocres=(Unit *)malloc(needbytes);
966 if (needbytes>sizeof(bufa)) { /* need malloc spac
8120 #undef malloc macro
8184 #define malloc macro
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h408 /// void *malloc(size_t size);
409 malloc, enumerator in enum:llvm::LibFunc::Func
/external/sqlite/dist/orig/
H A Dsqlite3ext.h113 void *(*malloc)(int); member in struct:sqlite3_api_routines
342 #define sqlite3_malloc sqlite3_api->malloc
/external/sqlite/dist/
H A Dsqlite3ext.h113 void *(*malloc)(int); member in struct:sqlite3_api_routines
342 #define sqlite3_malloc sqlite3_api->malloc
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c38 This is a version (aka dlmalloc) of malloc/free/realloc written by
45 Note: There may be an updated version of this malloc obtainable at
46 ftp://gee.cs.oswego.edu/pub/misc/malloc.c
57 For convenience, an include file for code using this malloc is at:
58 ftp://gee.cs.oswego.edu/pub/misc/malloc-2.8.3.h
61 excerpts from this file needed for using this malloc on ANSI C/C++
64 own malloc.h that does include all settings by cutting at the point
66 library containing a malloc that is based on some version of this
67 malloc (for example in linux). You might still want to use the one
77 than pointers, you can use a previous release of this malloc
614 #define malloc macro
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c2884 DEF(TOK_malloc, "malloc")
4216 DEF(TOK_malloc, "malloc")
6714 ptr = malloc(size);
6758 #define malloc(s) use_tcc_malloc(s)
6943 /* XXX: we rely only on malloc hooks */
21776 /* XXX: cannot do it with bound checking because of the malloc hooks */
6756 #define malloc macro
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3606 milliseconds

123