mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
my_once.c: clarify the comment
This commit is contained in:
parent
9c22d1ecfa
commit
e7441f0b60
1 changed files with 3 additions and 2 deletions
|
|
@ -25,7 +25,8 @@
|
||||||
#include <m_string.h>
|
#include <m_string.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Alloc for things we don't nead to free
|
Alloc for things we don't nend to free run-time (that only
|
||||||
|
should be free'd on exit)
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
my_once_alloc()
|
my_once_alloc()
|
||||||
|
|
@ -100,7 +101,7 @@ void *my_once_memdup(const void *src, size_t len, myf myflags)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Deallocate everything used by my_once_alloc
|
Deallocate everything that was allocated with my_once_alloc
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
my_once_free()
|
my_once_free()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue