HomeSort by: relevance | last modified time | path
    Searched defs:allocated_size (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitExecAllocator.c 166 static sljit_uw allocated_size; variable
223 allocated_size += size;
244 allocated_size += size;
255 allocated_size += chunk_size;
272 allocated_size -= header->size;
299 /* If this block is freed, we still have (allocated_size / 2) free space. */
300 if (total_size - free_block->size > (allocated_size * 3 / 2)) {
sljitProtExecAllocator.c 238 static sljit_uw allocated_size; variable
298 allocated_size += size;
326 allocated_size += size;
338 allocated_size += chunk_size;
357 allocated_size -= header->size;
384 /* If this block is freed, we still have (allocated_size / 2) free space. */
385 if (total_size - free_block->size > (allocated_size * 3 / 2)) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp 39 size_t ParsedAttr::allocated_size() const { function in class:ParsedAttr
80 size_t size = Attr->allocated_size();
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
compressor.h 110 uint32_t allocated_size; member in struct:compressor
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 309 uptr allocated_size; member in struct:__interception::TrampolineMemoryRegion
372 current->allocated_size = 0;
376 } else if (current->max_size - current->allocated_size > size) {
379 uptr next_address = current->content + current->allocated_size;
395 uptr allocated_space = region->content + region->allocated_size;
396 region->allocated_size += size;
  /src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception_win.cpp 308 uptr allocated_size; member in struct:__interception::TrampolineMemoryRegion
371 current->allocated_size = 0;
375 } else if (current->max_size - current->allocated_size > size) {
378 uptr next_address = current->content + current->allocated_size;
394 uptr allocated_space = region->content + region->allocated_size;
395 region->allocated_size += size;
  /src/external/gpl3/gcc/dist/libsanitizer/interception/
interception_win.cpp 338 uptr allocated_size; member in struct:__interception::TrampolineMemoryRegion
401 current->allocated_size = 0;
405 } else if (current->max_size - current->allocated_size > size) {
408 uptr next_address = current->content + current->allocated_size;
424 uptr allocated_space = region->content + region->allocated_size;
425 region->allocated_size += size;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 298 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)ac); local
301 uptr chunk_end = chunk + allocated_size;
313 PoisonShadow(chunk, allocated_size, kAsanHeapLeftRedzoneMagic);
471 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); local
472 PoisonShadow((uptr)allocated, allocated_size, kAsanHeapLeftRedzoneMagic);
1084 uptr allocated_size = instance.AllocationSize(ptr); local
1086 if (allocated_size == 0) {
1090 return allocated_size;
  /src/external/gpl3/binutils/dist/bfd/
mmo.c 279 bfd_size_type allocated_size; member in struct:mmo_data_list_struct
1486 bfd_size_type allocated_size; local
1500 && datap->allocated_size >= size
1501 && datap->allocated_size - size >= vma - datap->where
1534 allocated_size
1537 bfd_zalloc (sec->owner, sizeof (mmo_data_list_type) + allocated_size);
1542 entry->allocated_size = allocated_size;
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 279 bfd_size_type allocated_size; member in struct:mmo_data_list_struct
1487 bfd_size_type allocated_size; local
1501 && datap->allocated_size >= size
1502 && datap->allocated_size - size >= vma - datap->where
1535 allocated_size
1538 bfd_zalloc (sec->owner, sizeof (mmo_data_list_type) + allocated_size);
1543 entry->allocated_size = allocated_size;
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 404 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)chunk); local
409 uptr chunk_end = chunk + allocated_size;
423 PoisonShadow(chunk, allocated_size, kAsanHeapLeftRedzoneMagic);
1239 uptr allocated_size = instance.AllocationSize(ptr); local
1241 if (allocated_size == 0) {
1245 return allocated_size;
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 360 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)chunk); local
365 uptr chunk_end = chunk + allocated_size;
379 PoisonShadow(chunk, allocated_size, kAsanHeapLeftRedzoneMagic);
554 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); local
555 PoisonShadow((uptr)allocated, allocated_size, kAsanHeapLeftRedzoneMagic);
1215 uptr allocated_size = instance.AllocationSize(ptr); local
1217 if (allocated_size == 0) {
1221 return allocated_size;
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 279 bfd_size_type allocated_size; member in struct:mmo_data_list_struct
1487 bfd_size_type allocated_size; local
1501 && datap->allocated_size >= size
1502 && datap->allocated_size - size >= vma - datap->where
1535 allocated_size
1538 bfd_zalloc (sec->owner, sizeof (mmo_data_list_type) + allocated_size);
1543 entry->allocated_size = allocated_size;
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 279 bfd_size_type allocated_size; member in struct:mmo_data_list_struct
1492 bfd_size_type allocated_size; local
1506 && datap->allocated_size >= size
1507 && datap->allocated_size - size >= vma - datap->where
1540 allocated_size
1543 bfd_zalloc (sec->owner, sizeof (mmo_data_list_type) + allocated_size);
1548 entry->allocated_size = allocated_size;

Completed in 61 milliseconds