Searched refs:ptr (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-WPAD-WBC-3.1/build/demos/wbcdemo/src/ |
| D | simple_wbc.c | 47 static u8 myFree ( void *ptr ); 322 void *ptr; in myAlloc() local 324 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc() 325 ASSERTMSG(ptr, "Memory allocation failed\n"); in myAlloc() 327 return(ptr); in myAlloc() 337 static u8 myFree(void *ptr) in myFree() argument 340 MEMFreeToAllocator(&DemoAllocator2, ptr); in myFree()
|
| D | balance.c | 47 static u8 myFree ( void *ptr ); 359 void *ptr; in myAlloc() local 361 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc() 362 ASSERTMSG(ptr, "Memory allocation failed\n"); in myAlloc() 364 return(ptr); in myAlloc() 374 static u8 myFree(void *ptr) in myFree() argument 377 MEMFreeToAllocator(&DemoAllocator2, ptr); in myFree()
|
| D | handling_weight.c | 60 static u8 myFree ( void *ptr ); 351 void *ptr; in myAlloc() local 353 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc() 354 ASSERTMSG(ptr, "Memory allocation failed\n"); in myAlloc() 356 return(ptr); in myAlloc() 366 static u8 myFree(void *ptr) in myFree() argument 369 MEMFreeToAllocator(&DemoAllocator2, ptr); in myFree()
|
| /RvlSDK-WPAD-WBC-3.1/build/demos/wpadHealthdemo/src/ |
| D | handling.c | 81 static u8 myFree ( void *ptr ); 318 void *ptr; in myAlloc() local 320 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc() 321 ASSERTMSG(ptr, "Memory allocation failed\n"); in myAlloc() 323 return(ptr); in myAlloc() 333 static u8 myFree(void *ptr) in myFree() argument 336 MEMFreeToAllocator(&DemoAllocator2, ptr); in myFree()
|
| /RvlSDK-WPAD-WBC-3.1/include/revolution/ |
| D | wpad.h | 592 typedef u8 ( *WPADFree )( void *ptr );
|