HomeSort by relevance Sort by last modified time
    Searched full:_malloc (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/llvm/test/tools/llvm-objdump/
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
macho-lazy-bind.test 7 # CHECK: __DATA __la_symbol_ptr 0x100001020 libSystem _malloc
macho-exports-trie.test 5 # CHECK:[re-export] _malloc (from libSystem)
macho-bind.test 10 # CHECK:__DATA __data 0x00001010 pointer 0 libSystem _malloc
  /external/syslinux/core/mem/
malloc.c 92 static void *_malloc(size_t size, enum heap heap, malloc_tag_t tag) function
96 dprintf("_malloc(%zu, %u, %u) @ %p = ",
109 return _malloc(size, HEAP_MAIN, MALLOC_CORE);
116 p = _malloc(size, HEAP_LOWMEM, MALLOC_CORE);
124 return _malloc(size, HEAP_LOWMEM, MALLOC_MODULE);
  /external/clang/test/Sema/
extern-redecl.c 62 void *(*_malloc)() = &malloc;
  /external/compiler-rt/test/profile/
instrprof-without-libc.c 64 // CHECK-SYMBOLS-NOT: {{ }}_malloc
  /bionic/libc/malloc_hooks/
README.md 35 When malloc is called and \_\_malloc\_hook has been set, then the hook
53 For calloc, if \_\_malloc\_hook has been set, then the hook function is
  /bionic/libc/malloc_debug/
README_api.md 39 *get\_malloc\_leak\_info*. This value is not variable, it is the same
README_marshmallow_and_earlier.md 56 by a call to get\_malloc\_leak\_info (see README\_api.md for details).
  /external/zlib/src/contrib/delphi/
readme.txt 29 and _malloc and _free are added as C RTL stubs. As a result,
ZLib.pas 218 function _malloc(Size: Integer): Pointer; cdecl; function
  /toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
readme.txt 29 and _malloc and _free are added as C RTL stubs. As a result,
  /external/python/cpython2/Lib/multiprocessing/
heap.py 113 def _malloc(self, size): member in class:Heap
223 (arena, start, stop) = self._malloc(size)
  /external/python/cpython3/Lib/multiprocessing/
heap.py 121 def _malloc(self, size): member in class:Heap
230 (arena, start, stop) = self._malloc(size)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
heap.py 113 def _malloc(self, size): member in class:Heap
223 (arena, start, stop) = self._malloc(size)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
heap.py 113 def _malloc(self, size): member in class:Heap
223 (arena, start, stop) = self._malloc(size)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 113 def _malloc(self, size): member in class:Heap
223 (arena, start, stop) = self._malloc(size)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 113 def _malloc(self, size): member in class:Heap
223 (arena, start, stop) = self._malloc(size)
  /bionic/libc/bionic/
malloc_common.cpp 121 auto _malloc = __libc_globals->malloc_dispatch.malloc; local
122 if (__predict_false(_malloc != nullptr)) {
123 return _malloc(bytes);
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 321 if (FnInfo->isStr ("malloc") || FnInfo->isStr ("_MALLOC")) {
  /external/llvm/test/CodeGen/X86/
regalloc-reconcile-broken-hints.ll 34 ; CHECK: callq _malloc
  /external/zlib/src/contrib/pascal/
zlibpas.pas 256 function _malloc(Size: Integer): Pointer; cdecl; function
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
zlibpas.pas 256 function _malloc(Size: Integer): Pointer; cdecl; function
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/
libgomp.a 22 alloc.o????? ??,?__text__TEXT?,, ?__cstring__TEXT?#??\?+???=?????;?$?U????]??u??[?u ?t$?E?$???????t?]??u??Ét$????$??????U????]??u??[?u?t$?$??????t?]??u??Ét$??{?$?m???fD?U????]??u??[?u?4$?C?????t?]??u??Ét$??+?$?%????Out of memory allocating %lu bytes> 6???  ? ????aq ? ?????? ?P&4<HP_gomp_malloc_gomp_malloc_cleared_gomp_realloc_calloc_gomp_fatal_malloc_realloc
    [all...]

Completed in 1255 milliseconds

1 2 3