HomeSort by relevance Sort by last modified time
    Searched refs:alloc_size (Results 126 - 138 of 138) sorted by null

1 2 3 4 56

  /art/runtime/gc/
heap.h 671 size_t alloc_size, size_t* bytes_allocated,
679 bool IsOutOfMemoryOnAllocation(AllocatorType allocator_type, size_t alloc_size);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
io.c 1322 size_t alloc_size = sizeof(struct usbi_transfer) local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
psb_drv_video.h 571 unsigned int alloc_size; member in struct:object_buffer_s
psb_output.c 530 obj_buffer->alloc_size = obj_buffer->size;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc     [all...]
tcmalloc.cc 771 const size_t alloc_size = Static::sizemap()->ByteSizeForClass(cl); local
772 return alloc_size;
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.c 654 int alloc_size; local
656 alloc_size = sizeof(*new_list) + num_hmacs * sizeof(new_list->hmac[0]);
657 SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/
nestegg.c 697 const size_t alloc_size = (size_t)length + 1; local
701 str = ne_pool_alloc(alloc_size, ctx->alloc_pool);
702 r = ne_io_read(ctx->io, (unsigned char *) str, alloc_size - 1);
705 str[alloc_size - 1] = '\0';
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 697 const size_t alloc_size = (size_t)length + 1; local
701 str = ne_pool_alloc(alloc_size, ctx->alloc_pool);
702 r = ne_io_read(ctx->io, (unsigned char *) str, alloc_size - 1);
705 str[alloc_size - 1] = '\0';
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 697 const size_t alloc_size = (size_t)length + 1; local
701 str = ne_pool_alloc(alloc_size, ctx->alloc_pool);
702 r = ne_io_read(ctx->io, (unsigned char *) str, alloc_size - 1);
705 str[alloc_size - 1] = '\0';
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 4072 size_t alloc_size = __sanitizer_get_estimated_allocated_size(sizes[i]); local
    [all...]

Completed in 1293 milliseconds

1 2 3 4 56