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

  /external/clang/test/Sema/
extern-redecl.c 62 void *(*_malloc)() = &malloc;
  /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)
  /external/zlib/src/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
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 542 var ALLOC_NORMAL = 0; // Tries to use _malloc()
555 // normally not use allocate(), and instead allocate memory using _malloc(),
579 ret = [_malloc, Runtime.stackAlloc, Runtime.staticAlloc, Runtime.dynamicAlloc][allocator === undefined ? ALLOC_STATIC : allocator](Math.max(size, singleType ? 1 : types.length));
    [all...]
  /external/chromium_org/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...]

Completed in 284 milliseconds