Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/libraries/liblber/
Dmemory.c48 ber_int_t bm_length; /* Length of user allocated area */ member
145 assert( testend( (char *)&mh[1] + mh->bm_length) ); in ber_memfree_x()
146 ber_int_meminuse -= mh->bm_length; in ber_memfree_x()
150 (long)mh->bm_sequence, (long)mh, (long)mh->bm_length, in ber_memfree_x()
154 … memset( mh, 0xff, mh->bm_length + sizeof(struct ber_mem_hdr) + sizeof(ber_int_t)); in ber_memfree_x()
214 mh->bm_length = s; in ber_memalloc_x()
216 setend( (char *)&mh[1] + mh->bm_length ); in ber_memalloc_x()
218 ber_int_meminuse += mh->bm_length; /* Count mem inuse */ in ber_memalloc_x()
223 (long)mh->bm_sequence, (long)mh, (long)mh->bm_length, in ber_memalloc_x()
272 mh->bm_length = n*s; in ber_memcalloc_x()
[all …]