OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:heap_allocated
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/table/
format.h
89
bool
heap_allocated
; // True iff caller should delete[] data.data()
member in struct:leveldb::BlockContents
/external/chromium_org/v8/test/cctest/
test-api.cc
2577
int*
heap_allocated
= new int[100];
local
2610
int*
heap_allocated
= new int[100];
local
[
all
...]
Completed in 491 milliseconds