Searched refs:align_calloc (Results 1 – 7 of 7) sorted by relevance
66 align_calloc(size_t size, unsigned long alignment) in align_calloc() function95 #define CALLOC_STRUCT_CL(T) (struct T *)align_calloc(sizeof(struct T), CACHE_LINE_SIZE)
45 This->data = (uint8_t *)align_calloc(size, 32); in NineVolume9_AllocateData()130 This->data_internal = align_calloc(This->layer_stride_internal * in NineVolume9_ctor()
794 void *data = align_calloc(size, NINE_ALLOCATION_ALIGNMENT); in nine_allocate()1079 allocation = align_calloc(size + NINE_ALLOCATION_ALIGNMENT, NINE_ALLOCATION_ALIGNMENT); in nine_allocate()
163 This->managed.data = align_calloc( in NineBuffer9_ctor()
879 gs->llvm_prim_ids = align_calloc(vector_size, vector_size); in draw_create_geometry_shader()
2296 - i915: use align_calloc for the context to fix m32 crashes2297 - radeon,r200: use align_calloc for the context to fix m32 crashes2298 - nouveau_vieux: use align_calloc for the context to fix m32 crashes
3475 - i915: use align_calloc for the context to fix m32 crashes3476 - radeon,r200: use align_calloc for the context to fix m32 crashes3477 - nouveau_vieux: use align_calloc for the context to fix m32 crashes