AcouSTO
version 2.0
◆
heap_resize()
static void heap_resize
(
heap
*
h
,
unsigned
nalloc
)
static
778
{
779
h->
nalloc
= nalloc;
780
h->
items
= (
heap_item
*) realloc(h->
items
,
sizeof
(
heap_item
) * nalloc);
781
}
heap::nalloc
unsigned nalloc
Definition:
cubature.c:771
heap::items
heap_item * items
Definition:
cubature.c:772
region
Definition:
cubature.c:185
Acousto2.0
trunk
src
math
cubature.c
Generated on Wed Apr 5 2017 14:32:02 for AcouSTO by
1.8.13