Home
last modified time | relevance | path

Searched defs:gc_alloc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/tests/
H A Dgc_alloc_tests.cpp34 TEST(gc_alloc, align) in TEST() argument
/aosp_15_r20/external/mesa3d/src/util/
H A Dralloc.h498 #define gc_alloc(ctx, type, count) gc_alloc_size(ctx, sizeof(type) * (count), alignof(type)) macro
/aosp_15_r20/external/python/cpython3/Modules/
Dgcmodule.c2276 gc_alloc(size_t basicsize, size_t presize) in gc_alloc() function