HomeSort by relevance Sort by last modified time
    Searched refs:_malloc (Results 1 - 15 of 15) sorted by null

  /external/clang/test/Sema/
extern-redecl.c 62 void *(*_malloc)() = &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/python/cpython2/Lib/multiprocessing/
heap.py 113 def _malloc(self, size): member in class:Heap
223 (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/python/cpython3/Lib/multiprocessing/
heap.py 121 def _malloc(self, size): member in class:Heap
230 (arena, start, stop) = self._malloc(size)
  /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
  /external/zlib/src/contrib/delphi/
ZLib.pas 218 function _malloc(Size: Integer): Pointer; cdecl; function
  /toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
ZLib.pas 218 function _malloc(Size: Integer): Pointer; cdecl; function
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 600 var ALLOC_NORMAL = 0; // Tries to use _malloc()
613 // normally not use allocate(), and instead allocate memory using _malloc(),
637 ret = [_malloc, Runtime.stackAlloc, Runtime.staticAlloc, Runtime.dynamicAlloc][allocator === undefined ? ALLOC_STATIC : allocator](Math.max(size, singleType ? 1 : types.length));
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 1169 milliseconds