Searched refs:alloc_count (Results 1 – 5 of 5) sorted by relevance
88 void mbedtls_memory_buffer_alloc_count_get(size_t *alloc_count, size_t *free_count);
55 size_t alloc_count; member250 heap.alloc_count++; in buffer_alloc_calloc()501 heap.alloc_count, heap.free_count); in mbedtls_memory_buffer_alloc_status()511 void mbedtls_memory_buffer_alloc_count_get(size_t *alloc_count, size_t *free_count) in mbedtls_memory_buffer_alloc_count_get() argument513 *alloc_count = heap.alloc_count; in mbedtls_memory_buffer_alloc_count_get()
95 size_t alloc_count; member
126 size_t old_sz = sizeof(*old) * mem_map->alloc_count; in heap_realloc_memory_map()134 mem_map->alloc_count++; in heap_realloc_memory_map()141 size_t old_sz = sizeof(*old) * mem_map->alloc_count; in boot_mem_realloc_memory_map()147 mem_map->alloc_count *= 2; in boot_mem_realloc_memory_map()152 if (mem_map->count == mem_map->alloc_count) { in grow_mem_map()155 mem_map->alloc_count); in grow_mem_map()1633 mem_map.alloc_count = CFG_MMAP_REGIONS; in core_init_mmu_map()1634 mem_map.map = boot_mem_alloc_tmp(mem_map.alloc_count * in core_init_mmu_map()1641 .alloc_count = 1, in core_init_mmu_map()1670 size_t alloc_count = static_memory_map.count + 5; in core_mmu_save_mem_map() local[all …]
133 mem_map->alloc_count = kmem_map->count + 1; in prepare_memory_map()