Home
last modified time | relevance | path

Searched refs:heap_allocated (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/table/
Dformat.cc72 result->heap_allocated = false; in ReadBlock()
109 result->heap_allocated = false; in ReadBlock()
113 result->heap_allocated = true; in ReadBlock()
133 result->heap_allocated = true; in ReadBlock()
Dformat.h89 bool heap_allocated; // True iff caller should delete[] data.data() member
Dblock.cc26 owned_(contents.heap_allocated) { in Block()
Dtable.cc127 if (block.heap_allocated) { in ReadFilter()
Dtable_test.cc205 contents.heap_allocated = false; in FinishImpl()
665 contents.heap_allocated = false; in TEST()
/external/chromium_org/v8/test/cctest/
Dtest-api.cc2577 int* heap_allocated = new int[100]; in THREADED_TEST() local
2578 CheckAlignedPointerInInternalField(obj, heap_allocated); in THREADED_TEST()
2579 delete[] heap_allocated; in THREADED_TEST()
2610 int* heap_allocated = new int[100]; in THREADED_TEST() local
2611 CheckAlignedPointerInEmbedderData(&env, 1, heap_allocated); in THREADED_TEST()
2612 delete[] heap_allocated; in THREADED_TEST()