Searched defs:size (Results 101 - 103 of 103) sorted by relevance

12345

/bionic/libc/kernel/uapi/linux/
H A Dsoundcard.h461 int size; member in struct:buffmem_desc
H A Dvideodev2.h811 __u32 size; member in struct:v4l2_ext_control
1292 __u32 size; member in struct:v4l2_dbg_register
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c50 Each malloced chunk has a hidden word of overhead holding size
54 Minimum allocated size: 4-byte ptrs: 16 bytes (including overhead)
58 pointer to something of the minimum allocatable size.
61 to the minimum size, except for requests >= mmap_threshold that
411 The system page size. To the extent possible, this malloc manages
412 memory from the system in page-size units. This may be (and
414 if WIN32, where page size is determined using getSystemInfo during
447 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
458 to either page size or win32 region size
1667 win32mmap(size_t size) argument
1673 win32direct_mmap(size_t size) argument
1680 win32munmap(void* ptr, size_t size) argument
2471 size_t size; /* allocated size */ member in struct:malloc_segment
3385 size_t size = chunksize(p); local
3402 size_t size = chunksize(x); local
4277 size_t size = sp->size; local
4966 size_t size = chunksize(p); local
5008 size_t size; local
5323 size_t size; local
5511 size_t size = sp->size; local
[all...]

Completed in 486 milliseconds

12345