Searched defs:ped_malloc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dlibparted.c35 /* ped_malloc() debugging. Stick the address and size of memory blocks that
47 ped_malloc memset code is actually quite harmful: it masked at
232 ped_malloc (size_t size) function
264 void* buf = ped_malloc (size);

Completed in 21 milliseconds