Home
last modified time | relevance | path

Searched refs:_malloc (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/tools/llvm-objdump/
Dmacho-bind2.test3 # 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
Dmacho-lazy-bind.test7 # CHECK: __DATA __la_symbol_ptr 0x100001020 libSystem _malloc
Dmacho-exports-trie.test5 # CHECK:[re-export] _malloc (from libSystem)
Dmacho-bind.test10 # CHECK:__DATA __data 0x00001010 pointer 0 libSystem _malloc
/external/syslinux/core/mem/
Dmalloc.c92 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/
Dextern-redecl.c62 void *(*_malloc)() = &malloc; in test5c() local
/external/zlib/src/contrib/delphi/
Dreadme.txt29 and _malloc and _free are added as C RTL stubs. As a result,
DZLib.pas218 function _malloc(Size: Integer): Pointer; cdecl; in _malloc() function
/external/zlib/src/contrib/pascal/
Dzlibpas.pas256 function _malloc(Size: Integer): Pointer; cdecl; in _malloc() function
/external/llvm/test/CodeGen/X86/
Dregalloc-reconcile-broken-hints.ll34 ; CHECK: callq _malloc
/external/libcxx/lib/abi/3.9/
Dx86_64-apple-darwin16.abilist2368 {'type': 'U', 'name': '_malloc'}
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js637 …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 …]