Skip to main content

Name

ec_ptr_array_insert — insert into a sparse ec_ptr_array

Synopsis

#include "misc/ec_ptr_array.h"

| int **ec_ptr_array_insert** ( | array, |   | |   | slot, |   | |   | elt); |   |

ec_ptr_array * <var class="pdparam">array</var>; int <var class="pdparam">slot</var>; void * <var class="pdparam">elt</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

insert into a sparse ec_ptr_array

puts elt into array->items[slot], extending array->items if necessary; intervening slots will be filled with NULLs

Return Values

true if insert worked, false if out of memory

**Configuration Change. ** This feature is available as of version 3.0.

Was this page helpful?