OpenGrok
Cross Reference: simulator-mips.cc
xref
: /
external
/
v8
/
src
/
mips
/
simulator-mips.cc
Home
|
History
|
Annotate
|
Download
|
only in
mips
Lines Matching
refs:malloc
893
stack_ = reinterpret_cast<char*>(
malloc
(stack_size_));