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

  /dalvik/vm/alloc/
Alloc.h 62 ALLOC_FINALIZABLE = 0x02, /* call finalize() before freeing */
Alloc.c 180 flags |= ALLOC_FINALIZABLE;
217 flags = ALLOC_DEFAULT | ALLOC_FINALIZABLE;
Heap.c 466 if ((flags & ALLOC_FINALIZABLE) != 0) {
    [all...]

Completed in 19 milliseconds