Searched refs:guard_size (Results 1 – 15 of 15) sorted by relevance
184 size_t guard_size = 32; in upb_arena_malloc() local185 if (_upb_arenahas(a) >= guard_size) { in upb_arena_malloc()186 h->ptr += guard_size; in upb_arena_malloc()
171 options->guard_size = 0; in TF_DefaultThreadOptions()180 cc_options.guard_size = options->guard_size; in TF_StartThread()
45 size_t guard_size; member
10 a->_a_guardsize = t->guard_size; in pthread_getattr_np()
314 new->guard_size = guard; in __pthread_create()
46 size_t guard_size; member
103 pub guard_size: ::size_t,
31 pub guard_size: ::size_t,
597 size_t guard_size = 0; // 0: use system default value member
466 size_t guard_size = 32; in upb_Arena_Malloc() local467 if (_upb_ArenaHas(a) >= guard_size) { in upb_Arena_Malloc()468 h->ptr += guard_size; in upb_Arena_Malloc()
476 size_t guard_size = 32; in upb_Arena_Malloc() local477 if (_upb_ArenaHas(a) >= guard_size) { in upb_Arena_Malloc()478 h->ptr += guard_size; in upb_Arena_Malloc()
77663 u8 guard_size; member