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

  /external/compiler-rt/test/asan/TestCases/Posix/
tsd_dtor_leak.cc 37 size_t new_heap_size = __sanitizer_get_heap_size(); local
38 fprintf(stderr, "heap size: new: %zd old: %zd\n", new_heap_size, old_heap_size);
39 assert(old_heap_size == new_heap_size);
  /hardware/intel/img/psb_video/src/
object_heap.c 51 int new_heap_size = heap->heap_size + heap->heap_increment; local
53 new_heap_index = (object_base_p *) realloc(heap->heap_index, new_heap_size * sizeof(object_base_p));
59 for (i = new_heap_size; i-- > heap->heap_size;) {
73 for (i = new_heap_size; i-- > heap->heap_size;) {
82 heap->heap_size = new_heap_size;

Completed in 230 milliseconds