Home
last modified time | relevance | path

Searched refs:new_bytes (Results 1 – 3 of 3) sorted by relevance

/trunk/main/store/source/
H A Dstorcach.cxx389 sal_Size new_bytes = new_size * sizeof(Entry*); in rescale_Impl() local
390 Entry ** new_table = (Entry**)(rtl_allocateMemory(new_bytes)); in rescale_Impl()
400 memset (new_table, 0, new_bytes); in rescale_Impl()
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c315 sal_Size new_bytes; in rtl_arena_hash_rescale() local
317 new_bytes = new_size * sizeof(rtl_arena_segment_type*); in rtl_arena_hash_rescale()
318 new_table = (rtl_arena_segment_type **)rtl_arena_alloc (gp_arena_arena, &new_bytes); in rtl_arena_hash_rescale()
325 memset (new_table, 0, new_bytes); in rtl_arena_hash_rescale()
H A Dalloc_cache.c131 sal_Size new_bytes; in rtl_cache_hash_rescale() local
133 new_bytes = new_size * sizeof(rtl_cache_bufctl_type*); in rtl_cache_hash_rescale()
134 new_table = (rtl_cache_bufctl_type**)rtl_arena_alloc(gp_cache_arena, &new_bytes); in rtl_cache_hash_rescale()
141 memset (new_table, 0, new_bytes); in rtl_cache_hash_rescale()

Completed in 29 milliseconds