Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c86 char *_ubound = NULL; /* upper bound of heap */ variable
119 || ((char*)(p))+(size) > _ubound )
592 if( ptr < (ptr_t)_lbound || ptr > (ptr_t)_ubound ) { in free()
784 ptr > (ptr_t)_ubound ) { in realloc()
836 if ( oldneighbor < (Dblk)_ubound ) { in realloc()
1135 _ubound = (char *) p + nbytes; in morecore()
1139 __mallinfo.arena = _ubound - _lbound; in morecore()
1182 _ubound = (char*) nextblk(blk,size); in getfreehdr()
1185 __mallinfo.arena = _ubound - _lbound; in getfreehdr()
1255 || ((Dblk)(p) < (Dblk)_lbound || (Dblk)(p) > (Dblk)_ubound)){\
[all …]
H A Dmallint.h113 #define heapsize() (_ubound - _lbound)
117 extern char *_lbound, *_ubound;