Go to the source code of this file.
|
#define | MY_ZEROFILL 32 /** fill array with zero */ |
| Below functions are used by the components. More...
|
|
◆ MY_ZEROFILL
#define MY_ZEROFILL 32 /** fill array with zero */ |
Below functions are used by the components.
And these functions will be in a static library(liblibrary_mysys.a) and the library is statically linked whenever any component needs these function.
◆ my_free()
void my_free |
( |
void * |
ptr | ) |
|
Frees the memory pointed by the ptr.
- Parameters
-
ptr | memory address to be freed |
◆ my_malloc()
Allocates size bytes of memory.
- Parameters
-
key | P_S key used for memory instrumentation |
size | size bytes to allocate the memory |
flags | used at the time of allocation. Could be MY_ZEROFILL |