Skip to content
  • Johan Dahlin's avatar
    [girepository] Use g_slice · 891ba6c4
    Johan Dahlin authored
    Use g_slice to allocate instead of g_new(x, 1); It uses a memory
    pool internally and should be faster, especially for GBaseInfo/GRealInfo,
    structs which are tiny.
    891ba6c4