Searched defs:chunks (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/drm/
H A Dradeon_drm.h885 uint64_t chunks; member in struct:drm_radeon_cs
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c70 ends of chunks) in code that calls malloc. This malloc
83 executions, so externally crafted fake chunks cannot be
161 possibly fragmenting memory used only for large chunks.)
249 Controls the minimum alignment for malloc'ed chunks. It must be a
289 information in the footers of allocated chunks. This adds
469 more large chunks) the value should be high enough so that your
475 program undergoes phases where several large chunks are allocated
477 mixed with phases where there are no such chunks at all. The trim
491 segregates relatively large chunks of memory so that they can be
499 `locked' between other chunks, a
4993 ialloc(mstate m, size_t n_elements, size_t* sizes, int opts, void* chunks[]) argument
5334 dlindependent_calloc(size_t n_elements, size_t elem_size, void* chunks[]) argument
5340 dlindependent_comalloc(size_t n_elements, size_t sizes[], void* chunks[]) argument
5854 mspace_independent_calloc(mspace msp, size_t n_elements, size_t elem_size, void* chunks[]) argument
5865 mspace_independent_comalloc(mspace msp, size_t n_elements, size_t sizes[], void* chunks[]) argument
[all...]

Completed in 1413 milliseconds