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

  /external/clang/lib/Sema/
AttributeList.cpp 20 size_t AttributeList::allocated_size() const { function in class:AttributeList
58 size_t size = cur->allocated_size();
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 635 int allocated_size, rates_allocated_size; local
655 allocated_size = pParam->content.uBssidListSize;
658 my_list = os_memoryAlloc (pCmdInterpret->hOs, allocated_size);
667 pParam->paramLength = allocated_size;
683 os_memoryFree (pCmdInterpret->hOs, my_list, allocated_size);
    [all...]
  /external/qemu/
kvm-all.c 300 unsigned long size, allocated_size = 0; local
317 } else if (size > allocated_size) {
320 allocated_size = size;
321 memset(d.dirty_bitmap, 0, allocated_size);

Completed in 73 milliseconds