Searched refs:_malloc (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/tools/llvm-objdump/ |
D | macho-bind2.test | 3 # CHECK: __DATA __data 0x00001008 pointer 0 libSystem _malloc 4 # CHECK: __DATA __data 0x00001050 pointer 0 libSystem _malloc 5 # CHECK: __DATA __data 0x00001458 pointer 0 libSystem _malloc
|
D | macho-lazy-bind.test | 7 # CHECK: __DATA __la_symbol_ptr 0x100001020 libSystem _malloc
|
D | macho-exports-trie.test | 5 # CHECK:[re-export] _malloc (from libSystem)
|
D | macho-bind.test | 10 # CHECK:__DATA __data 0x00001010 pointer 0 libSystem _malloc
|
/external/syslinux/core/mem/ |
D | malloc.c | 92 static void *_malloc(size_t size, enum heap heap, malloc_tag_t tag) in _malloc() function 109 return _malloc(size, HEAP_MAIN, MALLOC_CORE); in malloc() 116 p = _malloc(size, HEAP_LOWMEM, MALLOC_CORE); in lmalloc() 124 return _malloc(size, HEAP_LOWMEM, MALLOC_MODULE); in pmapi_lmalloc()
|
/external/clang/test/Sema/ |
D | extern-redecl.c | 62 void *(*_malloc)() = &malloc; in test5c() local
|
/external/zlib/src/contrib/delphi/ |
D | readme.txt | 29 and _malloc and _free are added as C RTL stubs. As a result,
|
D | ZLib.pas | 218 function _malloc(Size: Integer): Pointer; cdecl; in _malloc() function
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 256 function _malloc(Size: Integer): Pointer; cdecl; in _malloc() function
|
/external/llvm/test/CodeGen/X86/ |
D | regalloc-reconcile-broken-hints.ll | 34 ; CHECK: callq _malloc
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-apple-darwin16.abilist | 2368 {'type': 'U', 'name': '_malloc'}
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 637 …ret = [_malloc, Runtime.stackAlloc, Runtime.staticAlloc, Runtime.dynamicAlloc][allocator === undef… 1975 var buf = _malloc(limit+1); 2466 if (!_strerror.buffer) _strerror.buffer = _malloc(256); 2555 entryBuffer = _malloc(___dirent_struct_layout.__size__); 2773 if (!_tmpnam.buffer) _tmpnam.buffer = _malloc(256); 3313 var temp = _malloc(num*size); 3365 currentEntry: _malloc(___dirent_struct_layout.__size__) 3421 if (!_readdir.result) _readdir.result = _malloc(4); 3692 if (!me.ret) me.ret = _malloc(32); 3797 var newStr = _malloc(len + 1); [all …]
|