OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dynamicalloc
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h
72
/// how the caller's stack pointer should be calculated (epilog/
dynamicalloc
).
PPCISelLowering.cpp
[
all
...]
/external/chromium_org/tools/win/split_link/viz.js/
viz.js
395
dynamicAlloc
: function (size) { var ret = DYNAMICTOP;DYNAMICTOP = (DYNAMICTOP + size)|0;DYNAMICTOP = ((((DYNAMICTOP)+7)>>3)<<3); if (DYNAMICTOP >= TOTAL_MEMORY) enlargeMemory();; return ret; },
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
453
dynamicAlloc
: function (size) { var ret = DYNAMICTOP;DYNAMICTOP = (DYNAMICTOP + size)|0;DYNAMICTOP = ((((DYNAMICTOP)+7)>>3)<<3); if (DYNAMICTOP >= TOTAL_MEMORY) enlargeMemory();; return ret; },
637
ret = [_malloc, Runtime.stackAlloc, Runtime.staticAlloc, Runtime.
dynamicAlloc
][allocator === undefined ? ALLOC_STATIC : allocator](Math.max(size, singleType ? 1 : types.length));
[
all
...]
Completed in 484 milliseconds