OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocateFunction
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/libjingle/overrides/allocator_shim/
allocator_stub.h
14
typedef void* (*
AllocateFunction
)(std::size_t);
allocator_proxy.cc
15
extern
AllocateFunction
g_alloc;
/external/chromium_org/third_party/libjingle/overrides/
initialize_module.cc
27
AllocateFunction
g_alloc = NULL;
49
AllocateFunction
alloc,
init_webrtc.h
44
AllocateFunction
alloc,
/external/chromium_org/v8/src/
factory.cc
703
isolate()->heap()->
AllocateFunction
(*function_map,
[
all
...]
heap.h
[
all
...]
heap.cc
[
all
...]
/external/v8/src/
factory.cc
521
isolate()->heap()->
AllocateFunction
(*function_map,
[
all
...]
heap.h
[
all
...]
heap.cc
[
all
...]
/external/chromium_org/v8/test/cctest/
test-mark-compact.cc
164
heap->
AllocateFunction
(*isolate->function_map(),
/external/v8/test/cctest/
test-mark-compact.cc
190
HEAP->
AllocateFunction
(*Isolate::Current()->function_map(),
Completed in 412 milliseconds