HomeSort by relevance Sort by last modified time
    Searched refs:heap_allocated (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/table/
format.cc 72 result->heap_allocated = false;
109 result->heap_allocated = false;
113 result->heap_allocated = true;
133 result->heap_allocated = true;
format.h 89 bool heap_allocated; // True iff caller should delete[] data.data() member in struct:leveldb::BlockContents
block.cc 26 owned_(contents.heap_allocated) {
table.cc 127 if (block.heap_allocated) {
table_test.cc 205 contents.heap_allocated = false;
665 contents.heap_allocated = false;
  /external/chromium_org/v8/test/cctest/
test-api.cc 2464 int* heap_allocated = new int[100]; local
2497 int* heap_allocated = new int[100]; local
    [all...]

Completed in 2473 milliseconds