Searched refs:max_alloc (Results 1 – 7 of 7) sorted by relevance
152 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_mem()212 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_readonly_mem()
49 size_t max_alloc; member
136 sp->max_alloc = size; in krb5_storage_set_max_alloc()143 if (sp->max_alloc && sp->max_alloc < size) in size_too_large()151 if (sp->max_alloc == 0 || size == 0) in size_too_large_num()153 size = sp->max_alloc / size; in size_too_large_num()
159 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_socket()
185 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_fd()
198 sp->max_alloc = UINT_MAX/8; in krb5_storage_emem()
237 size_t max_alloc = 2048 + 128; /* small chance of LARGE */ in random_burden() local240 burden_test(max_alloc); in random_burden()