Searched refs:round_up_ (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c183 #define round_up_(n) \ macro
188 (size_t)( sizeof(Word) + round_up_(nbytes) + sizeof(Word) + warrant_space )
197 nsize1_(((char*)(void*)(mptr))+round_up_(-nsize1_(mptr))+sizeof(Word))
199 nsize2_(((char*)(void*)(mptr))+round_up_(-nsize1_(mptr))+sizeof(Word))
212 ((int*)(((char*)(void*)(mptr))+round_up_(-nsize1_(mptr))))
216 (*((Warrant_Record*)(void*)(((char*)(void*)(mptr))+round_up_(-nsize1_(mptr))+sizeof(Word)*2)))
384 trailing_extra_bytes = (int) (round_up_(nbytes) - nbytes);
466 trailing_extra_bytes = (int) (round_up_(nbytes) - nbytes);

Completed in 68 milliseconds