Searched defs:gc_alloc (Results 1 – 3 of 3) sorted by relevance
34 TEST(gc_alloc, align) in TEST() argument
498 #define gc_alloc(ctx, type, count) gc_alloc_size(ctx, sizeof(type) * (count), alignof(type)) macro
2276 gc_alloc(size_t basicsize, size_t presize) in gc_alloc() function